All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.email-2010-12-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon SES module holds the client classes that are used for communicating with Amazon Simple Email Service

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "updateAccountSendingEnabled" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "setActiveReceiptRuleSet", "describeActiveReceiptRuleSet", "getAccountSendingEnabled", "getSendQuota", "getSendStatistics", "listConfigurationSets", "listCustomVerificationEmailTemplates", "listIdentities", "listReceiptFilters", "listReceiptRuleSets", "listTemplates", "listVerifiedEmailAddresses" ]
  },
  "metadata" : {
    "apiVersion" : "2010-12-01",
    "asyncBuilder" : "DefaultSesAsyncClientBuilder",
    "asyncBuilderInterface" : "SesAsyncClientBuilder",
    "asyncClient" : "DefaultSesAsyncClient",
    "asyncInterface" : "SesAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSesBaseClientBuilder",
    "baseBuilderInterface" : "SesBaseClientBuilder",
    "baseExceptionName" : "SesException",
    "baseRequestName" : "SesRequest",
    "baseResponseName" : "SesResponse",
    "cborProtocol" : false,
    "clientPackageName" : "ses",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon SES",
    "documentation" : "Amazon Simple Email Service 

This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version 2010-12-01. This document is best used in conjunction with the Amazon SES Developer Guide.

For a list of Amazon SES endpoints to use in service requests, see Regions and Amazon SES in the Amazon SES Developer Guide.

", "endpointPrefix" : "email", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.ses", "fullModelPackageName" : "software.amazon.awssdk.services.ses.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.ses.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.ses.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.ses.transform", "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "modelPackageName" : "ses.model", "paginatorsPackageName" : "ses.paginators", "protocol" : "query", "requestTransformPackageName" : "ses.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "SES", "serviceName" : "Ses", "signingName" : "ses", "syncBuilder" : "DefaultSesClientBuilder", "syncBuilderInterface" : "SesClientBuilder", "syncClient" : "DefaultSesClient", "syncInterface" : "SesClient", "transformPackageName" : "ses.transform", "uid" : "email-2010-12-01", "xmlProtocol" : true }, "operations" : { "CloneReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.

For information about setting up rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CloneReceiptRuleSetRequest", "variableName" : "cloneReceiptRuleSetRequest", "variableType" : "CloneReceiptRuleSetRequest", "documentation" : "

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CloneReceiptRuleSetRequest", "variableSetterType" : "CloneReceiptRuleSetRequest" }, "methodName" : "cloneReceiptRuleSet", "operationName" : "CloneReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "CloneReceiptRuleSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CloneReceiptRuleSetResponse" }, "CreateConfigurationSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetAlreadyExistsException", "documentation" : "

Indicates that the configuration set could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidConfigurationSetException", "documentation" : "

Indicates that the configuration set is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConfigurationSetRequest", "variableName" : "createConfigurationSetRequest", "variableType" : "CreateConfigurationSetRequest", "documentation" : "

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "CreateConfigurationSetRequest", "variableSetterType" : "CreateConfigurationSetRequest" }, "methodName" : "createConfigurationSet", "operationName" : "CreateConfigurationSet", "paginated" : false, "returnType" : { "returnType" : "CreateConfigurationSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateConfigurationSetResponse" }, "CreateConfigurationSetEventDestination" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a configuration set event destination.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).

An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationAlreadyExistsException", "documentation" : "

Indicates that the event destination could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCloudWatchDestinationException", "documentation" : "

Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidFirehoseDestinationException", "documentation" : "

Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidSnsDestinationException", "documentation" : "

Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest", "variableName" : "createConfigurationSetEventDestinationRequest", "variableType" : "CreateConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "CreateConfigurationSetEventDestinationRequest", "variableSetterType" : "CreateConfigurationSetEventDestinationRequest" }, "methodName" : "createConfigurationSetEventDestination", "operationName" : "CreateConfigurationSetEventDestination", "paginated" : false, "returnType" : { "returnType" : "CreateConfigurationSetEventDestinationResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateConfigurationSetEventDestinationResponse" }, "CreateConfigurationSetTrackingOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "TrackingOptionsAlreadyExistsException", "documentation" : "

Indicates that the configuration set you specified already contains a TrackingOptions object.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidTrackingOptionsException", "documentation" : "

Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:

  • When the tracking domain you specified is not verified in Amazon SES.

  • When the tracking domain you specified is not a valid domain or subdomain.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConfigurationSetTrackingOptionsRequest", "variableName" : "createConfigurationSetTrackingOptionsRequest", "variableType" : "CreateConfigurationSetTrackingOptionsRequest", "documentation" : "

Represents a request to create an open and click tracking option object in a configuration set.

", "simpleType" : "CreateConfigurationSetTrackingOptionsRequest", "variableSetterType" : "CreateConfigurationSetTrackingOptionsRequest" }, "methodName" : "createConfigurationSetTrackingOptions", "operationName" : "CreateConfigurationSetTrackingOptions", "paginated" : false, "returnType" : { "returnType" : "CreateConfigurationSetTrackingOptionsResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateConfigurationSetTrackingOptionsResponse" }, "CreateCustomVerificationEmailTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "CustomVerificationEmailTemplateAlreadyExistsException", "documentation" : "

Indicates that a custom verification email template with the name you specified already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "FromEmailAddressNotVerifiedException", "documentation" : "

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

", "httpStatusCode" : 400 }, { "exceptionName" : "CustomVerificationEmailInvalidContentException", "documentation" : "

Indicates that custom verification email template provided content is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCustomVerificationEmailTemplateRequest", "variableName" : "createCustomVerificationEmailTemplateRequest", "variableType" : "CreateCustomVerificationEmailTemplateRequest", "documentation" : "

Represents a request to create a custom verification email template.

", "simpleType" : "CreateCustomVerificationEmailTemplateRequest", "variableSetterType" : "CreateCustomVerificationEmailTemplateRequest" }, "methodName" : "createCustomVerificationEmailTemplate", "operationName" : "CreateCustomVerificationEmailTemplate", "paginated" : false, "returnType" : { "returnType" : "CreateCustomVerificationEmailTemplateResponse", "documentation" : null }, "syncReturnType" : "CreateCustomVerificationEmailTemplateResponse" }, "CreateReceiptFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new IP address filter.

For information about setting up IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptFilterRequest", "variableName" : "createReceiptFilterRequest", "variableType" : "CreateReceiptFilterRequest", "documentation" : "

Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptFilterRequest", "variableSetterType" : "CreateReceiptFilterRequest" }, "methodName" : "createReceiptFilter", "operationName" : "CreateReceiptFilter", "paginated" : false, "returnType" : { "returnType" : "CreateReceiptFilterResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptFilterResponse" }, "CreateReceiptRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidSnsTopicException", "documentation" : "

Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidS3ConfigurationException", "documentation" : "

Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidLambdaFunctionException", "documentation" : "

Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptRuleRequest", "variableName" : "createReceiptRuleRequest", "variableType" : "CreateReceiptRuleRequest", "documentation" : "

Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptRuleRequest", "variableSetterType" : "CreateReceiptRuleRequest" }, "methodName" : "createReceiptRule", "operationName" : "CreateReceiptRule", "paginated" : false, "returnType" : { "returnType" : "CreateReceiptRuleResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptRuleResponse" }, "CreateReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an empty receipt rule set.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptRuleSetRequest", "variableName" : "createReceiptRuleSetRequest", "variableType" : "CreateReceiptRuleSetRequest", "documentation" : "

Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptRuleSetRequest", "variableSetterType" : "CreateReceiptRuleSetRequest" }, "methodName" : "createReceiptRuleSet", "operationName" : "CreateReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "CreateReceiptRuleSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptRuleSetResponse" }, "CreateTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidTemplateException", "documentation" : "

Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTemplateRequest", "variableName" : "createTemplateRequest", "variableType" : "CreateTemplateRequest", "documentation" : "

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateTemplateRequest", "variableSetterType" : "CreateTemplateRequest" }, "methodName" : "createTemplate", "operationName" : "CreateTemplate", "paginated" : false, "returnType" : { "returnType" : "CreateTemplateResponse", "documentation" : null }, "syncReturnType" : "CreateTemplateResponse" }, "DeleteConfigurationSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConfigurationSetRequest", "variableName" : "deleteConfigurationSetRequest", "variableType" : "DeleteConfigurationSetRequest", "documentation" : "

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteConfigurationSetRequest", "variableSetterType" : "DeleteConfigurationSetRequest" }, "methodName" : "deleteConfigurationSet", "operationName" : "DeleteConfigurationSet", "paginated" : false, "returnType" : { "returnType" : "DeleteConfigurationSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteConfigurationSetResponse" }, "DeleteConfigurationSetEventDestination" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationDoesNotExistException", "documentation" : "

Indicates that the event destination does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest", "variableName" : "deleteConfigurationSetEventDestinationRequest", "variableType" : "DeleteConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteConfigurationSetEventDestinationRequest", "variableSetterType" : "DeleteConfigurationSetEventDestinationRequest" }, "methodName" : "deleteConfigurationSetEventDestination", "operationName" : "DeleteConfigurationSetEventDestination", "paginated" : false, "returnType" : { "returnType" : "DeleteConfigurationSetEventDestinationResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteConfigurationSetEventDestinationResponse" }, "DeleteConfigurationSetTrackingOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "TrackingOptionsDoesNotExistException", "documentation" : "

Indicates that the TrackingOptions object you specified does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsRequest", "variableName" : "deleteConfigurationSetTrackingOptionsRequest", "variableType" : "DeleteConfigurationSetTrackingOptionsRequest", "documentation" : "

Represents a request to delete open and click tracking options in a configuration set.

", "simpleType" : "DeleteConfigurationSetTrackingOptionsRequest", "variableSetterType" : "DeleteConfigurationSetTrackingOptionsRequest" }, "methodName" : "deleteConfigurationSetTrackingOptions", "operationName" : "DeleteConfigurationSetTrackingOptions", "paginated" : false, "returnType" : { "returnType" : "DeleteConfigurationSetTrackingOptionsResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteConfigurationSetTrackingOptionsResponse" }, "DeleteCustomVerificationEmailTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCustomVerificationEmailTemplateRequest", "variableName" : "deleteCustomVerificationEmailTemplateRequest", "variableType" : "DeleteCustomVerificationEmailTemplateRequest", "documentation" : "

Represents a request to delete an existing custom verification email template.

", "simpleType" : "DeleteCustomVerificationEmailTemplateRequest", "variableSetterType" : "DeleteCustomVerificationEmailTemplateRequest" }, "methodName" : "deleteCustomVerificationEmailTemplate", "operationName" : "DeleteCustomVerificationEmailTemplate", "paginated" : false, "returnType" : { "returnType" : "DeleteCustomVerificationEmailTemplateResponse", "documentation" : null }, "syncReturnType" : "DeleteCustomVerificationEmailTemplateResponse" }, "DeleteIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified identity (an email address or a domain) from the list of verified identities.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteIdentityRequest", "variableName" : "deleteIdentityRequest", "variableType" : "DeleteIdentityRequest", "documentation" : "

Represents a request to delete one of your Amazon SES identities (an email address or domain).

", "simpleType" : "DeleteIdentityRequest", "variableSetterType" : "DeleteIdentityRequest" }, "methodName" : "deleteIdentity", "operationName" : "DeleteIdentity", "paginated" : false, "returnType" : { "returnType" : "DeleteIdentityResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteIdentityResponse" }, "DeleteIdentityPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteIdentityPolicyRequest", "variableName" : "deleteIdentityPolicyRequest", "variableType" : "DeleteIdentityPolicyRequest", "documentation" : "

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteIdentityPolicyRequest", "variableSetterType" : "DeleteIdentityPolicyRequest" }, "methodName" : "deleteIdentityPolicy", "operationName" : "DeleteIdentityPolicy", "paginated" : false, "returnType" : { "returnType" : "DeleteIdentityPolicyResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteIdentityPolicyResponse" }, "DeleteReceiptFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified IP address filter.

For information about managing IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptFilterRequest", "variableName" : "deleteReceiptFilterRequest", "variableType" : "DeleteReceiptFilterRequest", "documentation" : "

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptFilterRequest", "variableSetterType" : "DeleteReceiptFilterRequest" }, "methodName" : "deleteReceiptFilter", "operationName" : "DeleteReceiptFilter", "paginated" : false, "returnType" : { "returnType" : "DeleteReceiptFilterResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptFilterResponse" }, "DeleteReceiptRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified receipt rule.

For information about managing receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptRuleRequest", "variableName" : "deleteReceiptRuleRequest", "variableType" : "DeleteReceiptRuleRequest", "documentation" : "

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptRuleRequest", "variableSetterType" : "DeleteReceiptRuleRequest" }, "methodName" : "deleteReceiptRule", "operationName" : "DeleteReceiptRule", "paginated" : false, "returnType" : { "returnType" : "DeleteReceiptRuleResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptRuleResponse" }, "DeleteReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified receipt rule set and all of the receipt rules it contains.

The currently active rule set cannot be deleted.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "CannotDeleteException", "documentation" : "

Indicates that the delete operation could not be completed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptRuleSetRequest", "variableName" : "deleteReceiptRuleSetRequest", "variableType" : "DeleteReceiptRuleSetRequest", "documentation" : "

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptRuleSetRequest", "variableSetterType" : "DeleteReceiptRuleSetRequest" }, "methodName" : "deleteReceiptRuleSet", "operationName" : "DeleteReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "DeleteReceiptRuleSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptRuleSetResponse" }, "DeleteTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an email template.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTemplateRequest", "variableName" : "deleteTemplateRequest", "variableType" : "DeleteTemplateRequest", "documentation" : "

Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteTemplateRequest", "variableSetterType" : "DeleteTemplateRequest" }, "methodName" : "deleteTemplate", "operationName" : "DeleteTemplate", "paginated" : false, "returnType" : { "returnType" : "DeleteTemplateResponse", "documentation" : null }, "syncReturnType" : "DeleteTemplateResponse" }, "DeleteVerifiedEmailAddress" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deprecated. Use the DeleteIdentity operation to delete email addresses and domains.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressRequest", "variableName" : "deleteVerifiedEmailAddressRequest", "variableType" : "DeleteVerifiedEmailAddressRequest", "documentation" : "

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

", "simpleType" : "DeleteVerifiedEmailAddressRequest", "variableSetterType" : "DeleteVerifiedEmailAddressRequest" }, "methodName" : "deleteVerifiedEmailAddress", "operationName" : "DeleteVerifiedEmailAddress", "paginated" : false, "returnType" : { "returnType" : "DeleteVerifiedEmailAddressResponse", "documentation" : null }, "syncReturnType" : "DeleteVerifiedEmailAddressResponse" }, "DescribeActiveReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the metadata and receipt rules for the receipt rule set that is currently active.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest", "variableName" : "describeActiveReceiptRuleSetRequest", "variableType" : "DescribeActiveReceiptRuleSetRequest", "documentation" : "

Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeActiveReceiptRuleSetRequest", "variableSetterType" : "DescribeActiveReceiptRuleSetRequest" }, "methodName" : "describeActiveReceiptRuleSet", "operationName" : "DescribeActiveReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "DescribeActiveReceiptRuleSetResponse", "documentation" : "

Represents the metadata and receipt rules for the receipt rule set that is currently active.

" }, "syncReturnType" : "DescribeActiveReceiptRuleSetResponse" }, "DescribeConfigurationSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeConfigurationSetRequest", "variableName" : "describeConfigurationSetRequest", "variableType" : "DescribeConfigurationSetRequest", "documentation" : "

Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeConfigurationSetRequest", "variableSetterType" : "DescribeConfigurationSetRequest" }, "methodName" : "describeConfigurationSet", "operationName" : "DescribeConfigurationSet", "paginated" : false, "returnType" : { "returnType" : "DescribeConfigurationSetResponse", "documentation" : "

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

" }, "syncReturnType" : "DescribeConfigurationSetResponse" }, "DescribeReceiptRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the details of the specified receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReceiptRuleRequest", "variableName" : "describeReceiptRuleRequest", "variableType" : "DescribeReceiptRuleRequest", "documentation" : "

Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeReceiptRuleRequest", "variableSetterType" : "DescribeReceiptRuleRequest" }, "methodName" : "describeReceiptRule", "operationName" : "DescribeReceiptRule", "paginated" : false, "returnType" : { "returnType" : "DescribeReceiptRuleResponse", "documentation" : "

Represents the details of a receipt rule.

" }, "syncReturnType" : "DescribeReceiptRuleResponse" }, "DescribeReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the details of the specified receipt rule set.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReceiptRuleSetRequest", "variableName" : "describeReceiptRuleSetRequest", "variableType" : "DescribeReceiptRuleSetRequest", "documentation" : "

Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeReceiptRuleSetRequest", "variableSetterType" : "DescribeReceiptRuleSetRequest" }, "methodName" : "describeReceiptRuleSet", "operationName" : "DescribeReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "DescribeReceiptRuleSetResponse", "documentation" : "

Represents the details of the specified receipt rule set.

" }, "syncReturnType" : "DescribeReceiptRuleSetResponse" }, "GetAccountSendingEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the email sending status of the Amazon SES account for the current region.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAccountSendingEnabledRequest", "variableName" : "getAccountSendingEnabledRequest", "variableType" : "GetAccountSendingEnabledRequest", "documentation" : null, "simpleType" : "GetAccountSendingEnabledRequest", "variableSetterType" : "GetAccountSendingEnabledRequest" }, "methodName" : "getAccountSendingEnabled", "operationName" : "GetAccountSendingEnabled", "paginated" : false, "returnType" : { "returnType" : "GetAccountSendingEnabledResponse", "documentation" : "

Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

" }, "syncReturnType" : "GetAccountSendingEnabledResponse" }, "GetCustomVerificationEmailTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the custom email verification template for the template name you specify.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException", "documentation" : "

Indicates that a custom verification email template with the name you specified does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetCustomVerificationEmailTemplateRequest", "variableName" : "getCustomVerificationEmailTemplateRequest", "variableType" : "GetCustomVerificationEmailTemplateRequest", "documentation" : "

Represents a request to retrieve an existing custom verification email template.

", "simpleType" : "GetCustomVerificationEmailTemplateRequest", "variableSetterType" : "GetCustomVerificationEmailTemplateRequest" }, "methodName" : "getCustomVerificationEmailTemplate", "operationName" : "GetCustomVerificationEmailTemplate", "paginated" : false, "returnType" : { "returnType" : "GetCustomVerificationEmailTemplateResponse", "documentation" : "

The content of the custom verification email template.

" }, "syncReturnType" : "GetCustomVerificationEmailTemplateResponse" }, "GetIdentityDkimAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This operation takes a list of identities as input and returns the following information for each:

  • Whether Easy DKIM signing is enabled or disabled.

  • A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.

  • Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.

This operation is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityDkimAttributesRequest", "variableName" : "getIdentityDkimAttributesRequest", "variableType" : "GetIdentityDkimAttributesRequest", "documentation" : "

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityDkimAttributesRequest", "variableSetterType" : "GetIdentityDkimAttributesRequest" }, "methodName" : "getIdentityDkimAttributes", "operationName" : "GetIdentityDkimAttributes", "paginated" : false, "returnType" : { "returnType" : "GetIdentityDkimAttributesResponse", "documentation" : "

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

" }, "syncReturnType" : "GetIdentityDkimAttributesResponse" }, "GetIdentityMailFromDomainAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).

This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest", "variableName" : "getIdentityMailFromDomainAttributesRequest", "variableType" : "GetIdentityMailFromDomainAttributesRequest", "documentation" : "

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityMailFromDomainAttributesRequest", "variableSetterType" : "GetIdentityMailFromDomainAttributesRequest" }, "methodName" : "getIdentityMailFromDomainAttributes", "operationName" : "GetIdentityMailFromDomainAttributes", "paginated" : false, "returnType" : { "returnType" : "GetIdentityMailFromDomainAttributesResponse", "documentation" : "

Represents the custom MAIL FROM attributes for a list of identities.

" }, "syncReturnType" : "GetIdentityMailFromDomainAttributesResponse" }, "GetIdentityNotificationAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityNotificationAttributesRequest", "variableName" : "getIdentityNotificationAttributesRequest", "variableType" : "GetIdentityNotificationAttributesRequest", "documentation" : "

Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityNotificationAttributesRequest", "variableSetterType" : "GetIdentityNotificationAttributesRequest" }, "methodName" : "getIdentityNotificationAttributes", "operationName" : "GetIdentityNotificationAttributes", "paginated" : false, "returnType" : { "returnType" : "GetIdentityNotificationAttributesResponse", "documentation" : "

Represents the notification attributes for a list of identities.

" }, "syncReturnType" : "GetIdentityNotificationAttributesResponse" }, "GetIdentityPolicies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityPoliciesRequest", "variableName" : "getIdentityPoliciesRequest", "variableType" : "GetIdentityPoliciesRequest", "documentation" : "

Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityPoliciesRequest", "variableSetterType" : "GetIdentityPoliciesRequest" }, "methodName" : "getIdentityPolicies", "operationName" : "GetIdentityPolicies", "paginated" : false, "returnType" : { "returnType" : "GetIdentityPoliciesResponse", "documentation" : "

Represents the requested sending authorization policies.

" }, "syncReturnType" : "GetIdentityPoliciesResponse" }, "GetIdentityVerificationAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

The verification status of an email address is \"Pending\" until the email address owner clicks the link within the verification email that Amazon SES sent to that address. If the email address owner clicks the link within 24 hours, the verification status of the email address changes to \"Success\". If the link is not clicked within 24 hours, the verification status changes to \"Failed.\" In that case, if you still want to verify the email address, you must restart the verification process from the beginning.

For domain identities, the domain's verification status is \"Pending\" as Amazon SES searches for the required TXT record in the DNS settings of the domain. When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

This operation is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityVerificationAttributesRequest", "variableName" : "getIdentityVerificationAttributesRequest", "variableType" : "GetIdentityVerificationAttributesRequest", "documentation" : "

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityVerificationAttributesRequest", "variableSetterType" : "GetIdentityVerificationAttributesRequest" }, "methodName" : "getIdentityVerificationAttributes", "operationName" : "GetIdentityVerificationAttributes", "paginated" : false, "returnType" : { "returnType" : "GetIdentityVerificationAttributesResponse", "documentation" : "

The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

" }, "syncReturnType" : "GetIdentityVerificationAttributesResponse" }, "GetSendQuota" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides the sending limits for the Amazon SES account.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSendQuotaRequest", "variableName" : "getSendQuotaRequest", "variableType" : "GetSendQuotaRequest", "documentation" : null, "simpleType" : "GetSendQuotaRequest", "variableSetterType" : "GetSendQuotaRequest" }, "methodName" : "getSendQuota", "operationName" : "GetSendQuota", "paginated" : false, "returnType" : { "returnType" : "GetSendQuotaResponse", "documentation" : "

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

" }, "syncReturnType" : "GetSendQuotaResponse" }, "GetSendStatistics" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides sending statistics for the current AWS Region. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of time.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSendStatisticsRequest", "variableName" : "getSendStatisticsRequest", "variableType" : "GetSendStatisticsRequest", "documentation" : null, "simpleType" : "GetSendStatisticsRequest", "variableSetterType" : "GetSendStatisticsRequest" }, "methodName" : "getSendStatistics", "operationName" : "GetSendStatistics", "paginated" : false, "returnType" : { "returnType" : "GetSendStatisticsResponse", "documentation" : "

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

" }, "syncReturnType" : "GetSendStatisticsResponse" }, "GetTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TemplateDoesNotExistException", "documentation" : "

Indicates that the Template object you specified does not exist in your Amazon SES account.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTemplateRequest", "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "documentation" : "", "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "methodName" : "getTemplate", "operationName" : "GetTemplate", "paginated" : false, "returnType" : { "returnType" : "GetTemplateResponse", "documentation" : null }, "syncReturnType" : "GetTemplateResponse" }, "ListConfigurationSets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.

You can execute this operation no more than once per second. This operation will return up to 1,000 configuration sets each time it is run. If your Amazon SES account has more than 1,000 configuration sets, this operation will also return a NextToken element. You can then execute the ListConfigurationSets operation again, passing the NextToken parameter and the value of the NextToken element to retrieve additional results.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListConfigurationSetsRequest", "variableName" : "listConfigurationSetsRequest", "variableType" : "ListConfigurationSetsRequest", "documentation" : "

Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "ListConfigurationSetsRequest", "variableSetterType" : "ListConfigurationSetsRequest" }, "methodName" : "listConfigurationSets", "operationName" : "ListConfigurationSets", "paginated" : false, "returnType" : { "returnType" : "ListConfigurationSetsResponse", "documentation" : "

A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

" }, "syncReturnType" : "ListConfigurationSetsResponse" }, "ListCustomVerificationEmailTemplates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the existing custom verification email templates for your account in the current AWS Region.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListCustomVerificationEmailTemplatesRequest", "variableName" : "listCustomVerificationEmailTemplatesRequest", "variableType" : "ListCustomVerificationEmailTemplatesRequest", "documentation" : "

Represents a request to list the existing custom verification email templates for your account.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

", "simpleType" : "ListCustomVerificationEmailTemplatesRequest", "variableSetterType" : "ListCustomVerificationEmailTemplatesRequest" }, "methodName" : "listCustomVerificationEmailTemplates", "operationName" : "ListCustomVerificationEmailTemplates", "paginated" : true, "returnType" : { "returnType" : "ListCustomVerificationEmailTemplatesResponse", "documentation" : "

A paginated list of custom verification email templates.

" }, "syncReturnType" : "ListCustomVerificationEmailTemplatesResponse" }, "ListIdentities" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list containing all of the identities (email addresses and domains) for your AWS account in the current AWS Region, regardless of verification status.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIdentitiesRequest", "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "documentation" : "

Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.

", "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "methodName" : "listIdentities", "operationName" : "ListIdentities", "paginated" : true, "returnType" : { "returnType" : "ListIdentitiesResponse", "documentation" : "

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

" }, "syncReturnType" : "ListIdentitiesResponse" }, "ListIdentityPolicies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This API returns only a list. If you want the actual policy content, you can use GetIdentityPolicies.

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIdentityPoliciesRequest", "variableName" : "listIdentityPoliciesRequest", "variableType" : "ListIdentityPoliciesRequest", "documentation" : "

Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "ListIdentityPoliciesRequest", "variableSetterType" : "ListIdentityPoliciesRequest" }, "methodName" : "listIdentityPolicies", "operationName" : "ListIdentityPolicies", "paginated" : false, "returnType" : { "returnType" : "ListIdentityPoliciesResponse", "documentation" : "

A list of names of sending authorization policies that apply to an identity.

" }, "syncReturnType" : "ListIdentityPoliciesResponse" }, "ListReceiptFilters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the IP address filters associated with your AWS account in the current AWS Region.

For information about managing IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListReceiptFiltersRequest", "variableName" : "listReceiptFiltersRequest", "variableType" : "ListReceiptFiltersRequest", "documentation" : "

Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ListReceiptFiltersRequest", "variableSetterType" : "ListReceiptFiltersRequest" }, "methodName" : "listReceiptFilters", "operationName" : "ListReceiptFilters", "paginated" : false, "returnType" : { "returnType" : "ListReceiptFiltersResponse", "documentation" : "

A list of IP address filters that exist under your AWS account.

" }, "syncReturnType" : "ListReceiptFiltersResponse" }, "ListReceiptRuleSets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the receipt rule sets that exist under your AWS account in the current AWS Region. If there are additional receipt rule sets to be retrieved, you will receive a NextToken that you can provide to the next call to ListReceiptRuleSets to retrieve the additional entries.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListReceiptRuleSetsRequest", "variableName" : "listReceiptRuleSetsRequest", "variableType" : "ListReceiptRuleSetsRequest", "documentation" : "

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ListReceiptRuleSetsRequest", "variableSetterType" : "ListReceiptRuleSetsRequest" }, "methodName" : "listReceiptRuleSets", "operationName" : "ListReceiptRuleSets", "paginated" : false, "returnType" : { "returnType" : "ListReceiptRuleSetsResponse", "documentation" : "

A list of receipt rule sets that exist under your AWS account.

" }, "syncReturnType" : "ListReceiptRuleSetsResponse" }, "ListTemplates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the email templates present in your Amazon SES account in the current AWS Region.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTemplatesRequest", "variableName" : "listTemplatesRequest", "variableType" : "ListTemplatesRequest", "documentation" : "", "simpleType" : "ListTemplatesRequest", "variableSetterType" : "ListTemplatesRequest" }, "methodName" : "listTemplates", "operationName" : "ListTemplates", "paginated" : false, "returnType" : { "returnType" : "ListTemplatesResponse", "documentation" : null }, "syncReturnType" : "ListTemplatesResponse" }, "ListVerifiedEmailAddresses" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deprecated. Use the ListIdentities operation to list the email addresses and domains associated with your account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVerifiedEmailAddressesRequest", "variableName" : "listVerifiedEmailAddressesRequest", "variableType" : "ListVerifiedEmailAddressesRequest", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesRequest", "variableSetterType" : "ListVerifiedEmailAddressesRequest" }, "methodName" : "listVerifiedEmailAddresses", "operationName" : "ListVerifiedEmailAddresses", "paginated" : false, "returnType" : { "returnType" : "ListVerifiedEmailAddressesResponse", "documentation" : "

A list of email addresses that you have verified with Amazon SES under your AWS account.

" }, "syncReturnType" : "ListVerifiedEmailAddressesResponse" }, "PutConfigurationSetDeliveryOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates the delivery options for a configuration set.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidDeliveryOptionsException", "documentation" : "

Indicates that provided delivery option is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutConfigurationSetDeliveryOptionsRequest", "variableName" : "putConfigurationSetDeliveryOptionsRequest", "variableType" : "PutConfigurationSetDeliveryOptionsRequest", "documentation" : "

A request to modify the delivery options for a configuration set.

", "simpleType" : "PutConfigurationSetDeliveryOptionsRequest", "variableSetterType" : "PutConfigurationSetDeliveryOptionsRequest" }, "methodName" : "putConfigurationSetDeliveryOptions", "operationName" : "PutConfigurationSetDeliveryOptions", "paginated" : false, "returnType" : { "returnType" : "PutConfigurationSetDeliveryOptionsResponse", "documentation" : "

An HTTP 200 response if the request succeeds, or an error message if the request fails.

" }, "syncReturnType" : "PutConfigurationSetDeliveryOptionsResponse" }, "PutIdentityPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates a sending authorization policy for the specified identity (an email address or a domain).

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidPolicyException", "documentation" : "

Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutIdentityPolicyRequest", "variableName" : "putIdentityPolicyRequest", "variableType" : "PutIdentityPolicyRequest", "documentation" : "

Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "PutIdentityPolicyRequest", "variableSetterType" : "PutIdentityPolicyRequest" }, "methodName" : "putIdentityPolicy", "operationName" : "PutIdentityPolicy", "paginated" : false, "returnType" : { "returnType" : "PutIdentityPolicyResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "PutIdentityPolicyResponse" }, "ReorderReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Reorders the receipt rules within a receipt rule set.

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReorderReceiptRuleSetRequest", "variableName" : "reorderReceiptRuleSetRequest", "variableType" : "ReorderReceiptRuleSetRequest", "documentation" : "

Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ReorderReceiptRuleSetRequest", "variableSetterType" : "ReorderReceiptRuleSetRequest" }, "methodName" : "reorderReceiptRuleSet", "operationName" : "ReorderReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "ReorderReceiptRuleSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "ReorderReceiptRuleSetResponse" }, "SendBounce" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.

You cannot use this API to send generic bounces for mail that was not received by Amazon SES.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendBounceRequest", "variableName" : "sendBounceRequest", "variableType" : "SendBounceRequest", "documentation" : "

Represents a request to send a bounce message to the sender of an email you received through Amazon SES.

", "simpleType" : "SendBounceRequest", "variableSetterType" : "SendBounceRequest" }, "methodName" : "sendBounce", "operationName" : "SendBounce", "paginated" : false, "returnType" : { "returnType" : "SendBounceResponse", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendBounceResponse" }, "SendBulkTemplatedEmail" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Composes an email message to multiple destinations. The message body is created using an email template.

In order to send email using the SendBulkTemplatedEmail operation, your call to the API must meet the following requirements:

  • The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.

  • The message must be sent from a verified email address or domain.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • Each Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

  • The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the SendBulkTemplatedEmail operation several times to send the message to each group.

  • The number of destinations you can contact in a single call to the API may be limited by your account's maximum sending rate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 }, { "exceptionName" : "MailFromDomainNotVerifiedException", "documentation" : "

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "TemplateDoesNotExistException", "documentation" : "

Indicates that the Template object you specified does not exist in your Amazon SES account.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetSendingPausedException", "documentation" : "

Indicates that email sending is disabled for the configuration set.

You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccountSendingPausedException", "documentation" : "

Indicates that email sending is disabled for your entire Amazon SES account.

You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendBulkTemplatedEmailRequest", "variableName" : "sendBulkTemplatedEmailRequest", "variableType" : "SendBulkTemplatedEmailRequest", "documentation" : "

Represents a request to send a templated email to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendBulkTemplatedEmailRequest", "variableSetterType" : "SendBulkTemplatedEmailRequest" }, "methodName" : "sendBulkTemplatedEmail", "operationName" : "SendBulkTemplatedEmail", "paginated" : false, "returnType" : { "returnType" : "SendBulkTemplatedEmailResponse", "documentation" : null }, "syncReturnType" : "SendBulkTemplatedEmailResponse" }, "SendCustomVerificationEmail" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.

To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException", "documentation" : "

Indicates that a custom verification email template with the name you specified does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "FromEmailAddressNotVerifiedException", "documentation" : "

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

", "httpStatusCode" : 400 }, { "exceptionName" : "ProductionAccessNotGrantedException", "documentation" : "

Indicates that the account has not been granted production access.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendCustomVerificationEmailRequest", "variableName" : "sendCustomVerificationEmailRequest", "variableType" : "SendCustomVerificationEmailRequest", "documentation" : "

Represents a request to send a custom verification email to a specified recipient.

", "simpleType" : "SendCustomVerificationEmailRequest", "variableSetterType" : "SendCustomVerificationEmailRequest" }, "methodName" : "sendCustomVerificationEmail", "operationName" : "SendCustomVerificationEmail", "paginated" : false, "returnType" : { "returnType" : "SendCustomVerificationEmailResponse", "documentation" : "

The response received when attempting to send the custom verification email.

" }, "syncReturnType" : "SendCustomVerificationEmailResponse" }, "SendEmail" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Composes an email message and immediately queues it for sending. In order to send email using the SendEmail operation, your message must meet the following requirements:

  • The message must be sent from a verified email address or domain. If you attempt to send email using a non-verified address or domain, the operation will result in an \"Email address not verified\" error.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • The message must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

  • The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the SendEmail operation several times to send the message to each group.

For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits in the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 }, { "exceptionName" : "MailFromDomainNotVerifiedException", "documentation" : "

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetSendingPausedException", "documentation" : "

Indicates that email sending is disabled for the configuration set.

You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccountSendingPausedException", "documentation" : "

Indicates that email sending is disabled for your entire Amazon SES account.

You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendEmailRequest", "variableName" : "sendEmailRequest", "variableType" : "SendEmailRequest", "documentation" : "

Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendEmailRequest", "variableSetterType" : "SendEmailRequest" }, "methodName" : "sendEmail", "operationName" : "SendEmail", "paginated" : false, "returnType" : { "returnType" : "SendEmailResponse", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendEmailResponse" }, "SendRawEmail" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Composes an email message and immediately queues it for sending.

This operation is more flexible than the SendEmail API operation. When you use the SendRawEmail operation, you can specify the headers of the message as well as its content. This flexibility is useful, for example, when you want to send a multipart MIME email (such a message that contains both a text and an HTML version). You can also use this operation to send messages that include attachments.

The SendRawEmail operation has the following requirements:

  • You can only send email from verified email addresses or domains. If you try to send email from an address that isn't verified, the operation results in an \"Email address not verified\" error.

  • If your account is still in the Amazon SES sandbox, you can only send email to other verified addresses in your account, or to addresses that are associated with the Amazon SES mailbox simulator.

  • The maximum message size, including attachments, is 10 MB.

  • Each message has to include at least one recipient address. A recipient address includes any address on the To:, CC:, or BCC: lines.

  • If you send a single message to more than one recipient address, and one of the recipient addresses isn't in a valid format (that is, it's not in the format UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES rejects the entire message, even if the other addresses are valid.

  • Each message can include up to 50 recipient addresses across the To:, CC:, or BCC: lines. If you need to send a single message to more than 50 recipients, you have to split the list of recipient addresses into groups of less than 50 recipients, and send separate messages to each group.

  • Amazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message parts. However, if Amazon SES has to modify the contents of your message (for example, if you use open and click tracking), 8-bit content isn't preserved. For this reason, we highly recommend that you encode all content that isn't 7-bit ASCII. For more information, see MIME Encoding in the Amazon SES Developer Guide.

Additionally, keep the following considerations in mind when using the SendRawEmail operation:

  • Although you can customize the message headers when using the SendRawEmail operation, Amazon SES will automatically apply its own Message-ID and Date headers; if you passed these headers when creating the message, they will be overwritten by the values that Amazon SES provides.

  • If you are using sending authorization to send on behalf of another user, SendRawEmail enables you to specify the cross-account identity for the email's Source, From, and Return-Path parameters in one of two ways: you can pass optional parameters SourceArn, FromArn, and/or ReturnPathArn to the API, or you can include the following X-headers in the header of your raw email:

    • X-SES-SOURCE-ARN

    • X-SES-FROM-ARN

    • X-SES-RETURN-PATH-ARN

    Don't include these X-headers in the DKIM signature. Amazon SES removes these before it sends the email.

    If you only specify the SourceIdentityArn parameter, Amazon SES sets the From and Return-Path addresses to the same identity that you specified.

    For more information about sending authorization, see the Using Sending Authorization with Amazon SES in the Amazon SES Developer Guide.

  • For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits in the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 }, { "exceptionName" : "MailFromDomainNotVerifiedException", "documentation" : "

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetSendingPausedException", "documentation" : "

Indicates that email sending is disabled for the configuration set.

You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccountSendingPausedException", "documentation" : "

Indicates that email sending is disabled for your entire Amazon SES account.

You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendRawEmailRequest", "variableName" : "sendRawEmailRequest", "variableType" : "SendRawEmailRequest", "documentation" : "

Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendRawEmailRequest", "variableSetterType" : "SendRawEmailRequest" }, "methodName" : "sendRawEmail", "operationName" : "SendRawEmail", "paginated" : false, "returnType" : { "returnType" : "SendRawEmailResponse", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendRawEmailResponse" }, "SendTemplatedEmail" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Composes an email message using an email template and immediately queues it for sending.

In order to send email using the SendTemplatedEmail operation, your call to the API must meet the following requirements:

  • The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.

  • The message must be sent from a verified email address or domain.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • Calls to the SendTemplatedEmail operation may only include one Destination parameter. A destination is a set of recipients who will receive the same version of the email. The Destination parameter can include up to 50 recipients, across the To:, CC: and BCC: fields.

  • The Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

If your call to the SendTemplatedEmail operation includes all of the required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES can't render the email because the template contains errors, it doesn't send the email. Additionally, because it already accepted the message, Amazon SES doesn't return a message stating that it was unable to send the email.

For these reasons, we highly recommend that you set up Amazon SES to send you notifications when Rendering Failure events occur. For more information, see Sending Personalized Email Using the Amazon SES API in the Amazon Simple Email Service Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MessageRejectedException", "documentation" : "

Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 }, { "exceptionName" : "MailFromDomainNotVerifiedException", "documentation" : "

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "TemplateDoesNotExistException", "documentation" : "

Indicates that the Template object you specified does not exist in your Amazon SES account.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetSendingPausedException", "documentation" : "

Indicates that email sending is disabled for the configuration set.

You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

", "httpStatusCode" : 400 }, { "exceptionName" : "AccountSendingPausedException", "documentation" : "

Indicates that email sending is disabled for your entire Amazon SES account.

You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTemplatedEmailRequest", "variableName" : "sendTemplatedEmailRequest", "variableType" : "SendTemplatedEmailRequest", "documentation" : "

Represents a request to send a templated email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendTemplatedEmailRequest", "variableSetterType" : "SendTemplatedEmailRequest" }, "methodName" : "sendTemplatedEmail", "operationName" : "SendTemplatedEmail", "paginated" : false, "returnType" : { "returnType" : "SendTemplatedEmailResponse", "documentation" : null }, "syncReturnType" : "SendTemplatedEmailResponse" }, "SetActiveReceiptRuleSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the specified receipt rule set as the active receipt rule set.

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetActiveReceiptRuleSetRequest", "variableName" : "setActiveReceiptRuleSetRequest", "variableType" : "SetActiveReceiptRuleSetRequest", "documentation" : "

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.

", "simpleType" : "SetActiveReceiptRuleSetRequest", "variableSetterType" : "SetActiveReceiptRuleSetRequest" }, "methodName" : "setActiveReceiptRuleSet", "operationName" : "SetActiveReceiptRuleSet", "paginated" : false, "returnType" : { "returnType" : "SetActiveReceiptRuleSetResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetActiveReceiptRuleSetResponse" }, "SetIdentityDkimEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends from addresses on that domain. If Easy DKIM signing is enabled for an email address, then Amazon SES uses DKIM to sign all email it sends from that address.

For email addresses (for example, [email protected]), you can only enable DKIM signing if the corresponding domain (in this case, example.com) has been set up to use Easy DKIM.

You can enable DKIM signing for an identity at any time after you start the verification process for the identity, even if the verification process isn't complete.

You can execute this operation no more than once per second.

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

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityDkimEnabledRequest", "variableName" : "setIdentityDkimEnabledRequest", "variableType" : "SetIdentityDkimEnabledRequest", "documentation" : "

Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityDkimEnabledRequest", "variableSetterType" : "SetIdentityDkimEnabledRequest" }, "methodName" : "setIdentityDkimEnabled", "operationName" : "SetIdentityDkimEnabled", "paginated" : false, "returnType" : { "returnType" : "SetIdentityDkimEnabledResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityDkimEnabledResponse" }, "SetIdentityFeedbackForwardingEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.

Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.

You can execute this operation no more than once per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableName" : "setIdentityFeedbackForwardingEnabledRequest", "variableType" : "SetIdentityFeedbackForwardingEnabledRequest", "documentation" : "

Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest" }, "methodName" : "setIdentityFeedbackForwardingEnabled", "operationName" : "SetIdentityFeedbackForwardingEnabled", "paginated" : false, "returnType" : { "returnType" : "SetIdentityFeedbackForwardingEnabledResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityFeedbackForwardingEnabledResponse" }, "SetIdentityHeadersInNotificationsEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

You can execute this operation no more than once per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableName" : "setIdentityHeadersInNotificationsEnabledRequest", "variableType" : "SetIdentityHeadersInNotificationsEnabledRequest", "documentation" : "

Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledRequest" }, "methodName" : "setIdentityHeadersInNotificationsEnabled", "operationName" : "SetIdentityHeadersInNotificationsEnabled", "paginated" : false, "returnType" : { "returnType" : "SetIdentityHeadersInNotificationsEnabledResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityHeadersInNotificationsEnabledResponse" }, "SetIdentityMailFromDomain" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a domain).

To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityMailFromDomainRequest", "variableName" : "setIdentityMailFromDomainRequest", "variableType" : "SetIdentityMailFromDomainRequest", "documentation" : "

Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityMailFromDomainRequest", "variableSetterType" : "SetIdentityMailFromDomainRequest" }, "methodName" : "setIdentityMailFromDomain", "operationName" : "SetIdentityMailFromDomain", "paginated" : false, "returnType" : { "returnType" : "SetIdentityMailFromDomainResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityMailFromDomainResponse" }, "SetIdentityNotificationTopic" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use this operation, you specify a verified identity, such as an email address or domain. When you send an email that uses the chosen identity in the Source field, Amazon SES sends notifications to the topic you specified. You can send bounce, complaint, or delivery notifications (or any combination of the three) to the Amazon SNS topic that you specify.

You can execute this operation no more than once per second.

For more information about feedback notification, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityNotificationTopicRequest", "variableName" : "setIdentityNotificationTopicRequest", "variableType" : "SetIdentityNotificationTopicRequest", "documentation" : "

Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityNotificationTopicRequest", "variableSetterType" : "SetIdentityNotificationTopicRequest" }, "methodName" : "setIdentityNotificationTopic", "operationName" : "SetIdentityNotificationTopic", "paginated" : false, "returnType" : { "returnType" : "SetIdentityNotificationTopicResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityNotificationTopicResponse" }, "SetReceiptRulePosition" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the position of the specified receipt rule in the receipt rule set.

For information about managing receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetReceiptRulePositionRequest", "variableName" : "setReceiptRulePositionRequest", "variableType" : "SetReceiptRulePositionRequest", "documentation" : "

Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SetReceiptRulePositionRequest", "variableSetterType" : "SetReceiptRulePositionRequest" }, "methodName" : "setReceiptRulePosition", "operationName" : "SetReceiptRulePosition", "paginated" : false, "returnType" : { "returnType" : "SetReceiptRulePositionResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetReceiptRulePositionResponse" }, "TestRenderTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TemplateDoesNotExistException", "documentation" : "

Indicates that the Template object you specified does not exist in your Amazon SES account.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidRenderingParameterException", "documentation" : "

Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingRenderingAttributeException", "documentation" : "

Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestRenderTemplateRequest", "variableName" : "testRenderTemplateRequest", "variableType" : "TestRenderTemplateRequest", "documentation" : "", "simpleType" : "TestRenderTemplateRequest", "variableSetterType" : "TestRenderTemplateRequest" }, "methodName" : "testRenderTemplate", "operationName" : "TestRenderTemplate", "paginated" : false, "returnType" : { "returnType" : "TestRenderTemplateResponse", "documentation" : null }, "syncReturnType" : "TestRenderTemplateResponse" }, "UpdateAccountSendingEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables email sending across your entire Amazon SES account in the current AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given AWS Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAccountSendingEnabledRequest", "variableName" : "updateAccountSendingEnabledRequest", "variableType" : "UpdateAccountSendingEnabledRequest", "documentation" : "

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

", "simpleType" : "UpdateAccountSendingEnabledRequest", "variableSetterType" : "UpdateAccountSendingEnabledRequest" }, "methodName" : "updateAccountSendingEnabled", "operationName" : "UpdateAccountSendingEnabled", "paginated" : false, "returnType" : { "returnType" : "UpdateAccountSendingEnabledResponse", "documentation" : null }, "syncReturnType" : "UpdateAccountSendingEnabledResponse" }, "UpdateConfigurationSetEventDestination" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationDoesNotExistException", "documentation" : "

Indicates that the event destination does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCloudWatchDestinationException", "documentation" : "

Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidFirehoseDestinationException", "documentation" : "

Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidSnsDestinationException", "documentation" : "

Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationRequest", "variableName" : "updateConfigurationSetEventDestinationRequest", "variableType" : "UpdateConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "UpdateConfigurationSetEventDestinationRequest", "variableSetterType" : "UpdateConfigurationSetEventDestinationRequest" }, "methodName" : "updateConfigurationSetEventDestination", "operationName" : "UpdateConfigurationSetEventDestination", "paginated" : false, "returnType" : { "returnType" : "UpdateConfigurationSetEventDestinationResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "UpdateConfigurationSetEventDestinationResponse" }, "UpdateConfigurationSetReputationMetricsEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given AWS Region. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can create alarms when bounce or complaint rates exceed certain thresholds.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "variableName" : "updateConfigurationSetReputationMetricsEnabledRequest", "variableType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "documentation" : "

Represents a request to modify the reputation metric publishing settings for a configuration set.

", "simpleType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "variableSetterType" : "UpdateConfigurationSetReputationMetricsEnabledRequest" }, "methodName" : "updateConfigurationSetReputationMetricsEnabled", "operationName" : "UpdateConfigurationSetReputationMetricsEnabled", "paginated" : false, "returnType" : { "returnType" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "documentation" : null }, "syncReturnType" : "UpdateConfigurationSetReputationMetricsEnabledResponse" }, "UpdateConfigurationSetSendingEnabled" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending for a configuration set when the reputation metrics for that configuration set (such as your bounce on complaint rate) exceed certain thresholds.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateConfigurationSetSendingEnabledRequest", "variableName" : "updateConfigurationSetSendingEnabledRequest", "variableType" : "UpdateConfigurationSetSendingEnabledRequest", "documentation" : "

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

", "simpleType" : "UpdateConfigurationSetSendingEnabledRequest", "variableSetterType" : "UpdateConfigurationSetSendingEnabledRequest" }, "methodName" : "updateConfigurationSetSendingEnabled", "operationName" : "UpdateConfigurationSetSendingEnabled", "paginated" : false, "returnType" : { "returnType" : "UpdateConfigurationSetSendingEnabledResponse", "documentation" : null }, "syncReturnType" : "UpdateConfigurationSetSendingEnabledResponse" }, "UpdateConfigurationSetTrackingOptions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "TrackingOptionsDoesNotExistException", "documentation" : "

Indicates that the TrackingOptions object you specified does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidTrackingOptionsException", "documentation" : "

Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:

  • When the tracking domain you specified is not verified in Amazon SES.

  • When the tracking domain you specified is not a valid domain or subdomain.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateConfigurationSetTrackingOptionsRequest", "variableName" : "updateConfigurationSetTrackingOptionsRequest", "variableType" : "UpdateConfigurationSetTrackingOptionsRequest", "documentation" : "

Represents a request to update the tracking options for a configuration set.

", "simpleType" : "UpdateConfigurationSetTrackingOptionsRequest", "variableSetterType" : "UpdateConfigurationSetTrackingOptionsRequest" }, "methodName" : "updateConfigurationSetTrackingOptions", "operationName" : "UpdateConfigurationSetTrackingOptions", "paginated" : false, "returnType" : { "returnType" : "UpdateConfigurationSetTrackingOptionsResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "UpdateConfigurationSetTrackingOptionsResponse" }, "UpdateCustomVerificationEmailTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException", "documentation" : "

Indicates that a custom verification email template with the name you specified does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "FromEmailAddressNotVerifiedException", "documentation" : "

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

", "httpStatusCode" : 400 }, { "exceptionName" : "CustomVerificationEmailInvalidContentException", "documentation" : "

Indicates that custom verification email template provided content is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateCustomVerificationEmailTemplateRequest", "variableName" : "updateCustomVerificationEmailTemplateRequest", "variableType" : "UpdateCustomVerificationEmailTemplateRequest", "documentation" : "

Represents a request to update an existing custom verification email template.

", "simpleType" : "UpdateCustomVerificationEmailTemplateRequest", "variableSetterType" : "UpdateCustomVerificationEmailTemplateRequest" }, "methodName" : "updateCustomVerificationEmailTemplate", "operationName" : "UpdateCustomVerificationEmailTemplate", "paginated" : false, "returnType" : { "returnType" : "UpdateCustomVerificationEmailTemplateResponse", "documentation" : null }, "syncReturnType" : "UpdateCustomVerificationEmailTemplateResponse" }, "UpdateReceiptRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a receipt rule.

For information about managing receipt rules, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidSnsTopicException", "documentation" : "

Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidS3ConfigurationException", "documentation" : "

Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidLambdaFunctionException", "documentation" : "

Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateReceiptRuleRequest", "variableName" : "updateReceiptRuleRequest", "variableType" : "UpdateReceiptRuleRequest", "documentation" : "

Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "UpdateReceiptRuleRequest", "variableSetterType" : "UpdateReceiptRuleRequest" }, "methodName" : "updateReceiptRule", "operationName" : "UpdateReceiptRule", "paginated" : false, "returnType" : { "returnType" : "UpdateReceiptRuleResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "UpdateReceiptRuleResponse" }, "UpdateTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TemplateDoesNotExistException", "documentation" : "

Indicates that the Template object you specified does not exist in your Amazon SES account.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidTemplateException", "documentation" : "

Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateTemplateRequest", "variableName" : "updateTemplateRequest", "variableType" : "UpdateTemplateRequest", "documentation" : "", "simpleType" : "UpdateTemplateRequest", "variableSetterType" : "UpdateTemplateRequest" }, "methodName" : "updateTemplate", "operationName" : "UpdateTemplate", "paginated" : false, "returnType" : { "returnType" : "UpdateTemplateResponse", "documentation" : null }, "syncReturnType" : "UpdateTemplateResponse" }, "VerifyDomainDkim" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a set of DKIM tokens for a domain identity.

When you execute the VerifyDomainDkim operation, the domain that you specify is added to the list of identities that are associated with your account. This is true even if you haven't already associated the domain with your account by using the VerifyDomainIdentity operation. However, you can't send email from the domain until you either successfully verify it or you successfully set up DKIM for it.

You use the tokens that are generated by this operation to create CNAME records. When Amazon SES detects that you've added these records to the DNS configuration for a domain, you can start sending email from that domain. You can start sending email even if you haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS configuration for your domain. All email that you send from the domain is authenticated using DKIM.

To create the CNAME records for DKIM authentication, use the following values:

  • Name: token._domainkey.example.com

  • Type: CNAME

  • Value: token.dkim.amazonses.com

In the preceding example, replace token with one of the tokens that are generated when you execute this operation. Replace example.com with your domain. Repeat this process for each token that's generated by this operation.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyDomainDkimRequest", "variableName" : "verifyDomainDkimRequest", "variableType" : "VerifyDomainDkimRequest", "documentation" : "

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyDomainDkimRequest", "variableSetterType" : "VerifyDomainDkimRequest" }, "methodName" : "verifyDomainDkim", "operationName" : "VerifyDomainDkim", "paginated" : false, "returnType" : { "returnType" : "VerifyDomainDkimResponse", "documentation" : "

Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

" }, "syncReturnType" : "VerifyDomainDkimResponse" }, "VerifyDomainIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. For more information about verifying domains, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyDomainIdentityRequest", "variableName" : "verifyDomainIdentityRequest", "variableType" : "VerifyDomainIdentityRequest", "documentation" : "

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyDomainIdentityRequest", "variableSetterType" : "VerifyDomainIdentityRequest" }, "methodName" : "verifyDomainIdentity", "operationName" : "VerifyDomainIdentity", "paginated" : false, "returnType" : { "returnType" : "VerifyDomainIdentityResponse", "documentation" : "

Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

" }, "syncReturnType" : "VerifyDomainIdentityResponse" }, "VerifyEmailAddress" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deprecated. Use the VerifyEmailIdentity operation to verify a new email address.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyEmailAddressRequest", "variableName" : "verifyEmailAddressRequest", "variableType" : "VerifyEmailAddressRequest", "documentation" : "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyEmailAddressRequest", "variableSetterType" : "VerifyEmailAddressRequest" }, "methodName" : "verifyEmailAddress", "operationName" : "VerifyEmailAddress", "paginated" : false, "returnType" : { "returnType" : "VerifyEmailAddressResponse", "documentation" : null }, "syncReturnType" : "VerifyEmailAddressResponse" }, "VerifyEmailIdentity" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.

You can execute this operation no more than once per second.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyEmailIdentityRequest", "variableName" : "verifyEmailIdentityRequest", "variableType" : "VerifyEmailIdentityRequest", "documentation" : "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyEmailIdentityRequest", "variableSetterType" : "VerifyEmailIdentityRequest" }, "methodName" : "verifyEmailIdentity", "operationName" : "VerifyEmailIdentity", "paginated" : false, "returnType" : { "returnType" : "VerifyEmailIdentityResponse", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "VerifyEmailIdentityResponse" } }, "shapes" : { "AccountSendingPausedException" : { "c2jName" : "AccountSendingPausedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Indicates that email sending is disabled for your entire Amazon SES account.

You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccountSendingPausedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountSendingPausedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountSendingPausedException", "variableName" : "accountSendingPausedException", "variableType" : "AccountSendingPausedException", "documentation" : null, "simpleType" : "AccountSendingPausedException", "variableSetterType" : "AccountSendingPausedException" }, "wrapper" : false, "xmlNamespace" : null }, "AddHeaderAction" : { "c2jName" : "AddHeaderAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

When included in a receipt rule, this action adds a header to the received email.

For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "HeaderName", "defaultConsumerFluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "HeaderValue", "defaultConsumerFluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HeaderName" : { "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "HeaderName", "defaultConsumerFluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HeaderValue" : { "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "HeaderValue", "defaultConsumerFluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHeaderName", "beanStyleSetterMethodName" : "setHeaderName", "c2jName" : "HeaderName", "c2jShape" : "HeaderName", "defaultConsumerFluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)", "deprecated" : false, "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerName", "fluentSetterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerName", "getterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderName", "sensitive" : false, "setterDocumentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeaderValue", "beanStyleSetterMethodName" : "setHeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "HeaderValue", "defaultConsumerFluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)", "deprecated" : false, "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headerValue", "fluentSetterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headerValue", "getterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HeaderValue", "sensitive" : false, "setterDocumentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HeaderName", "HeaderValue" ], "shapeName" : "AddHeaderAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : null, "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "wrapper" : false, "xmlNamespace" : null }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@return Indicates that a resource could not be created because the resource name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@return Indicates that a resource could not be created because the resource name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@return Indicates that a resource could not be created because the resource name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Indicates that a resource could not be created because the resource name already exists.

\n@param name Indicates that a resource could not be created because the resource name already exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Indicates that a resource could not be created because the resource name already exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyExistsException", "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "BehaviorOnMXFailure" : { "c2jName" : "BehaviorOnMXFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "USE_DEFAULT_VALUE", "value" : "UseDefaultValue" }, { "name" : "REJECT_MESSAGE", "value" : "RejectMessage" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BehaviorOnMXFailure", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BehaviorOnMXFailure", "variableName" : "behaviorOnMXFailure", "variableType" : "BehaviorOnMXFailure", "documentation" : null, "simpleType" : "BehaviorOnMXFailure", "variableSetterType" : "BehaviorOnMXFailure" }, "wrapper" : false, "xmlNamespace" : null }, "Body" : { "c2jName" : "Body", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(Content)", "deprecated" : false, "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "text", "fluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHtml", "beanStyleSetterMethodName" : "setHtml", "c2jName" : "Html", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(Content)", "deprecated" : false, "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "html", "fluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "html", "getterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Html", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Html", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Html", "sensitive" : false, "setterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "setterMethodName" : "setHtml", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Html" : { "beanStyleGetterMethodName" : "getHtml", "beanStyleSetterMethodName" : "setHtml", "c2jName" : "Html", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(Content)", "deprecated" : false, "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "html", "fluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "html", "getterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Html", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Html", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Html", "sensitive" : false, "setterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "setterMethodName" : "setHtml", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Text" : { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(Content)", "deprecated" : false, "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "text", "fluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(Content)", "deprecated" : false, "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "text", "fluentSetterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHtml", "beanStyleSetterMethodName" : "setHtml", "c2jName" : "Html", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(Content)", "deprecated" : false, "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "html", "fluentSetterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "html", "getterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Html", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Html", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Html", "sensitive" : false, "setterDocumentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.", "setterMethodName" : "setHtml", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Body", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : null, "simpleType" : "Body", "variableSetterType" : "Body" }, "wrapper" : false, "xmlNamespace" : null }, "BounceAction" : { "c2jName" : "BounceAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

When included in a receipt rule, this action rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSmtpReplyCode", "beanStyleSetterMethodName" : "setSmtpReplyCode", "c2jName" : "SmtpReplyCode", "c2jShape" : "BounceSmtpReplyCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)", "deprecated" : false, "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smtpReplyCode", "fluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smtpReplyCode", "getterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@return The SMTP reply code, as defined by RFC 5321.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SmtpReplyCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmtpReplyCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SmtpReplyCode", "sensitive" : false, "setterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.", "setterMethodName" : "setSmtpReplyCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "BounceStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@return The SMTP enhanced status code, as defined by RFC 3463.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "BounceMessage", "defaultConsumerFluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

Human-readable text to include in the bounce message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

Human-readable text to include in the bounce message.

\n@return Human-readable text to include in the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

Human-readable text to include in the bounce message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSender", "beanStyleSetterMethodName" : "setSender", "c2jName" : "Sender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)", "deprecated" : false, "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sender", "fluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sender", "getterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Sender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Sender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Sender", "sensitive" : false, "setterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "setterMethodName" : "setSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "BounceMessage", "defaultConsumerFluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

Human-readable text to include in the bounce message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

Human-readable text to include in the bounce message.

\n@return Human-readable text to include in the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

Human-readable text to include in the bounce message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Sender" : { "beanStyleGetterMethodName" : "getSender", "beanStyleSetterMethodName" : "setSender", "c2jName" : "Sender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)", "deprecated" : false, "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sender", "fluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sender", "getterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Sender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Sender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Sender", "sensitive" : false, "setterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "setterMethodName" : "setSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SmtpReplyCode" : { "beanStyleGetterMethodName" : "getSmtpReplyCode", "beanStyleSetterMethodName" : "setSmtpReplyCode", "c2jName" : "SmtpReplyCode", "c2jShape" : "BounceSmtpReplyCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)", "deprecated" : false, "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smtpReplyCode", "fluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smtpReplyCode", "getterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@return The SMTP reply code, as defined by RFC 5321.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SmtpReplyCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmtpReplyCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SmtpReplyCode", "sensitive" : false, "setterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.", "setterMethodName" : "setSmtpReplyCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusCode" : { "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "BounceStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@return The SMTP enhanced status code, as defined by RFC 3463.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSmtpReplyCode", "beanStyleSetterMethodName" : "setSmtpReplyCode", "c2jName" : "SmtpReplyCode", "c2jShape" : "BounceSmtpReplyCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)", "deprecated" : false, "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "smtpReplyCode", "fluentSetterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "smtpReplyCode", "getterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@return The SMTP reply code, as defined by RFC 5321.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SmtpReplyCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SmtpReplyCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SmtpReplyCode", "sensitive" : false, "setterDocumentation" : "

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.", "setterMethodName" : "setSmtpReplyCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "BounceStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@return The SMTP enhanced status code, as defined by RFC 3463.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "BounceMessage", "defaultConsumerFluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

Human-readable text to include in the bounce message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

Human-readable text to include in the bounce message.

\n@return Human-readable text to include in the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

Human-readable text to include in the bounce message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSender", "beanStyleSetterMethodName" : "setSender", "c2jName" : "Sender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)", "deprecated" : false, "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sender", "fluentSetterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sender", "getterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Sender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Sender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Sender", "sensitive" : false, "setterDocumentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.", "setterMethodName" : "setSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SmtpReplyCode", "Message", "Sender" ], "shapeName" : "BounceAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : null, "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "wrapper" : false, "xmlNamespace" : null }, "BounceType" : { "c2jName" : "BounceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DOES_NOT_EXIST", "value" : "DoesNotExist" }, { "name" : "MESSAGE_TOO_LARGE", "value" : "MessageTooLarge" }, { "name" : "EXCEEDED_QUOTA", "value" : "ExceededQuota" }, { "name" : "CONTENT_REJECTED", "value" : "ContentRejected" }, { "name" : "UNDEFINED", "value" : "Undefined" }, { "name" : "TEMPORARY_FAILURE", "value" : "TemporaryFailure" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BounceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BounceType", "variableName" : "bounceType", "variableType" : "BounceType", "documentation" : null, "simpleType" : "BounceType", "variableSetterType" : "BounceType" }, "wrapper" : false, "xmlNamespace" : null }, "BouncedRecipientInfo" : { "c2jName" : "BouncedRecipientInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecipient", "beanStyleSetterMethodName" : "setRecipient", "c2jName" : "Recipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)", "deprecated" : false, "documentation" : "

The email address of the recipient of the bounced email.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipient", "fluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipient", "getterDocumentation" : "

The email address of the recipient of the bounced email.

\n@return The email address of the recipient of the bounced email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Recipient", "sensitive" : false, "setterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.", "setterMethodName" : "setRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "

The email address of the recipient of the bounced email.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipientArn", "beanStyleSetterMethodName" : "setRecipientArn", "c2jName" : "RecipientArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)", "deprecated" : false, "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientArn", "fluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientArn", "getterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecipientArn", "sensitive" : false, "setterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setRecipientArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceTypeAsString", "beanStyleSetterMethodName" : "setBounceType", "c2jName" : "BounceType", "c2jShape" : "BounceType", "defaultConsumerFluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)", "deprecated" : false, "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "endpointDiscoveryId" : false, "enumType" : "BounceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "bounceType", "fluentEnumSetterMethodName" : "bounceType", "fluentGetterMethodName" : "bounceTypeAsString", "fluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType", "fluentSetterMethodName" : "bounceType", "getterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n

\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceType", "sensitive" : false, "setterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "setterMethodName" : "setBounceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipientDsnFields", "beanStyleSetterMethodName" : "setRecipientDsnFields", "c2jName" : "RecipientDsnFields", "c2jShape" : "RecipientDsnFields", "defaultConsumerFluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(RecipientDsnFields)", "deprecated" : false, "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientDsnFields", "fluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientDsnFields", "getterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "getterModel" : { "returnType" : "RecipientDsnFields", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientDsnFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientDsnFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecipientDsnFields", "sensitive" : false, "setterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "setterMethodName" : "setRecipientDsnFields", "setterModel" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : null, "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceType" : { "beanStyleGetterMethodName" : "getBounceTypeAsString", "beanStyleSetterMethodName" : "setBounceType", "c2jName" : "BounceType", "c2jShape" : "BounceType", "defaultConsumerFluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)", "deprecated" : false, "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "endpointDiscoveryId" : false, "enumType" : "BounceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "bounceType", "fluentEnumSetterMethodName" : "bounceType", "fluentGetterMethodName" : "bounceTypeAsString", "fluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType", "fluentSetterMethodName" : "bounceType", "getterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n

\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceType", "sensitive" : false, "setterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "setterMethodName" : "setBounceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Recipient" : { "beanStyleGetterMethodName" : "getRecipient", "beanStyleSetterMethodName" : "setRecipient", "c2jName" : "Recipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)", "deprecated" : false, "documentation" : "

The email address of the recipient of the bounced email.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipient", "fluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipient", "getterDocumentation" : "

The email address of the recipient of the bounced email.

\n@return The email address of the recipient of the bounced email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Recipient", "sensitive" : false, "setterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.", "setterMethodName" : "setRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "

The email address of the recipient of the bounced email.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RecipientArn" : { "beanStyleGetterMethodName" : "getRecipientArn", "beanStyleSetterMethodName" : "setRecipientArn", "c2jName" : "RecipientArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)", "deprecated" : false, "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientArn", "fluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientArn", "getterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecipientArn", "sensitive" : false, "setterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setRecipientArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RecipientDsnFields" : { "beanStyleGetterMethodName" : "getRecipientDsnFields", "beanStyleSetterMethodName" : "setRecipientDsnFields", "c2jName" : "RecipientDsnFields", "c2jShape" : "RecipientDsnFields", "defaultConsumerFluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(RecipientDsnFields)", "deprecated" : false, "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientDsnFields", "fluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientDsnFields", "getterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "getterModel" : { "returnType" : "RecipientDsnFields", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientDsnFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientDsnFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecipientDsnFields", "sensitive" : false, "setterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "setterMethodName" : "setRecipientDsnFields", "setterModel" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : null, "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecipient", "beanStyleSetterMethodName" : "setRecipient", "c2jName" : "Recipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)", "deprecated" : false, "documentation" : "

The email address of the recipient of the bounced email.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipient", "fluentSetterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipient", "getterDocumentation" : "

The email address of the recipient of the bounced email.

\n@return The email address of the recipient of the bounced email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Recipient", "sensitive" : false, "setterDocumentation" : "

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.", "setterMethodName" : "setRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "

The email address of the recipient of the bounced email.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipientArn", "beanStyleSetterMethodName" : "setRecipientArn", "c2jName" : "RecipientArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)", "deprecated" : false, "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientArn", "fluentSetterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientArn", "getterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecipientArn", "sensitive" : false, "setterDocumentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setRecipientArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceTypeAsString", "beanStyleSetterMethodName" : "setBounceType", "c2jName" : "BounceType", "c2jShape" : "BounceType", "defaultConsumerFluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)", "deprecated" : false, "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "endpointDiscoveryId" : false, "enumType" : "BounceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "bounceType", "fluentEnumSetterMethodName" : "bounceType", "fluentGetterMethodName" : "bounceTypeAsString", "fluentSetterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType", "fluentSetterMethodName" : "bounceType", "getterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n

\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceType", "sensitive" : false, "setterDocumentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType", "setterMethodName" : "setBounceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipientDsnFields", "beanStyleSetterMethodName" : "setRecipientDsnFields", "c2jName" : "RecipientDsnFields", "c2jShape" : "RecipientDsnFields", "defaultConsumerFluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(RecipientDsnFields)", "deprecated" : false, "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipientDsnFields", "fluentSetterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipientDsnFields", "getterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "getterModel" : { "returnType" : "RecipientDsnFields", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientDsnFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientDsnFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecipientDsnFields", "sensitive" : false, "setterDocumentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.", "setterMethodName" : "setRecipientDsnFields", "setterModel" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : null, "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Recipient" ], "shapeName" : "BouncedRecipientInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "bouncedRecipientInfo", "variableType" : "BouncedRecipientInfo", "documentation" : null, "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "wrapper" : false, "xmlNamespace" : null }, "BulkEmailDestination" : { "c2jName" : "BulkEmailDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An array that contains one or more Destinations, as well as the tags and replacement data associated with each of those Destinations.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplacementTags", "beanStyleSetterMethodName" : "setReplacementTags", "c2jName" : "ReplacementTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)", "deprecated" : false, "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTags", "fluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTags", "getterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplacementTags", "sensitive" : false, "setterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setReplacementTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplacementTemplateData", "beanStyleSetterMethodName" : "setReplacementTemplateData", "c2jName" : "ReplacementTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)", "deprecated" : false, "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTemplateData", "fluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTemplateData", "getterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplacementTemplateData", "sensitive" : false, "setterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setReplacementTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplacementTags" : { "beanStyleGetterMethodName" : "getReplacementTags", "beanStyleSetterMethodName" : "setReplacementTags", "c2jName" : "ReplacementTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)", "deprecated" : false, "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTags", "fluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTags", "getterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplacementTags", "sensitive" : false, "setterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setReplacementTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplacementTemplateData" : { "beanStyleGetterMethodName" : "getReplacementTemplateData", "beanStyleSetterMethodName" : "setReplacementTemplateData", "c2jName" : "ReplacementTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)", "deprecated" : false, "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTemplateData", "fluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTemplateData", "getterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplacementTemplateData", "sensitive" : false, "setterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setReplacementTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplacementTags", "beanStyleSetterMethodName" : "setReplacementTags", "c2jName" : "ReplacementTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)", "deprecated" : false, "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTags", "fluentSetterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTags", "getterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplacementTags", "sensitive" : false, "setterDocumentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setReplacementTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replacementTags", "variableType" : "java.util.List", "documentation" : "

A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplacementTemplateData", "beanStyleSetterMethodName" : "setReplacementTemplateData", "c2jName" : "ReplacementTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)", "deprecated" : false, "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replacementTemplateData", "fluentSetterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replacementTemplateData", "getterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplacementTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplacementTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplacementTemplateData", "sensitive" : false, "setterDocumentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setReplacementTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replacementTemplateData", "variableType" : "String", "documentation" : "

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Destination" ], "shapeName" : "BulkEmailDestination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "bulkEmailDestination", "variableType" : "BulkEmailDestination", "documentation" : null, "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "wrapper" : false, "xmlNamespace" : null }, "BulkEmailDestinationStatus" : { "c2jName" : "BulkEmailDestinationStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains the response from the SendBulkTemplatedEmail operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

  • MessageRejected: The message was rejected because it contained a virus.

  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

  • TemplateDoesNotExist: The template you specified does not exist.

  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

  • MessageRejected: The message was rejected because it contained a virus.

  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

  • TemplateDoesNotExist: The template you specified does not exist.

  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

", "endpointDiscoveryId" : false, "enumType" : "BulkEmailStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

  • MessageRejected: The message was rejected because it contained a virus.

  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

  • TemplateDoesNotExist: The template you specified does not exist.

  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

\n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

  • MessageRejected: The message was rejected because it contained a virus.

  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

  • TemplateDoesNotExist: The template you specified does not exist.

  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

  • \n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

    The status of a message sent using the SendBulkTemplatedEmail operation.

    Possible values for this parameter include:

    • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

    • MessageRejected: The message was rejected because it contained a virus.

    • MailFromDomainNotVerified: The sender's email address or domain was not verified.

    • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

    • TemplateDoesNotExist: The template you specified does not exist.

    • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

    • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

    • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

    • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

    • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

    • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

    • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

    • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

    • Failed: Amazon SES was unable to process your request. See the error message for additional information.

    \n

    \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

    \n@return The status of a message sent using the SendBulkTemplatedEmail operation.

    Possible values for this parameter include:

    • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

    • MessageRejected: The message was rejected because it contained a virus.

    • MailFromDomainNotVerified: The sender's email address or domain was not verified.

    • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

    • TemplateDoesNotExist: The template you specified does not exist.

    • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

    • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

    • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

    • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

    • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

    • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

    • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

    • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

    • Failed: Amazon SES was unable to process your request. See the error message for additional information.

    • \n@see BulkEmailStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

      The status of a message sent using the SendBulkTemplatedEmail operation.

      Possible values for this parameter include:

      • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

      • MessageRejected: The message was rejected because it contained a virus.

      • MailFromDomainNotVerified: The sender's email address or domain was not verified.

      • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

      • TemplateDoesNotExist: The template you specified does not exist.

      • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

      • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

      • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

      • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

      • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

      • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

      • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

      • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

      • Failed: Amazon SES was unable to process your request. See the error message for additional information.

      \n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

      Possible values for this parameter include:

      • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

      • MessageRejected: The message was rejected because it contained a virus.

      • MailFromDomainNotVerified: The sender's email address or domain was not verified.

      • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

      • TemplateDoesNotExist: The template you specified does not exist.

      • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

      • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

      • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

      • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

      • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

      • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

      • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

      • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

      • Failed: Amazon SES was unable to process your request. See the error message for additional information.

      • \n@see BulkEmailStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

        The status of a message sent using the SendBulkTemplatedEmail operation.

        Possible values for this parameter include:

        • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

        • MessageRejected: The message was rejected because it contained a virus.

        • MailFromDomainNotVerified: The sender's email address or domain was not verified.

        • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

        • TemplateDoesNotExist: The template you specified does not exist.

        • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

        • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

        • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

        • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

        • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

        • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

        • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

        • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

        • Failed: Amazon SES was unable to process your request. See the error message for additional information.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "Error", "defaultConsumerFluentSetterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "sensitive" : false, "setterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@return The unique message identifier returned from the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "Error", "defaultConsumerFluentSetterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "sensitive" : false, "setterDocumentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

        A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@return The unique message identifier returned from the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

        The unique message identifier returned from the SendBulkTemplatedEmail operation.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailStatus", "defaultConsumerFluentSetterDocumentation" : "

        The status of a message sent using the SendBulkTemplatedEmail operation.

        Possible values for this parameter include:

        • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

        • MessageRejected: The message was rejected because it contained a virus.

        • MailFromDomainNotVerified: The sender's email address or domain was not verified.

        • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

        • TemplateDoesNotExist: The template you specified does not exist.

        • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

        • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

        • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

        • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

        • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

        • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

        • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

        • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

        • Failed: Amazon SES was unable to process your request. See the error message for additional information.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

        The status of a message sent using the SendBulkTemplatedEmail operation.

        Possible values for this parameter include:

        • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

        • MessageRejected: The message was rejected because it contained a virus.

        • MailFromDomainNotVerified: The sender's email address or domain was not verified.

        • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

        • TemplateDoesNotExist: The template you specified does not exist.

        • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

        • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

        • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

        • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

        • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

        • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

        • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

        • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

        • Failed: Amazon SES was unable to process your request. See the error message for additional information.

        ", "endpointDiscoveryId" : false, "enumType" : "BulkEmailStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

        The status of a message sent using the SendBulkTemplatedEmail operation.

        Possible values for this parameter include:

        • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

        • MessageRejected: The message was rejected because it contained a virus.

        • MailFromDomainNotVerified: The sender's email address or domain was not verified.

        • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

        • TemplateDoesNotExist: The template you specified does not exist.

        • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

        • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

        • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

        • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

        • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

        • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

        • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

        • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

        • Failed: Amazon SES was unable to process your request. See the error message for additional information.

        \n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

        Possible values for this parameter include:

        • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

        • MessageRejected: The message was rejected because it contained a virus.

        • MailFromDomainNotVerified: The sender's email address or domain was not verified.

        • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

        • TemplateDoesNotExist: The template you specified does not exist.

        • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

        • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

        • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

        • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

        • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

        • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

        • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

        • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

        • Failed: Amazon SES was unable to process your request. See the error message for additional information.

        • \n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

          The status of a message sent using the SendBulkTemplatedEmail operation.

          Possible values for this parameter include:

          • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

          • MessageRejected: The message was rejected because it contained a virus.

          • MailFromDomainNotVerified: The sender's email address or domain was not verified.

          • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

          • TemplateDoesNotExist: The template you specified does not exist.

          • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

          • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

          • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

          • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

          • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

          • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

          • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

          • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

          • Failed: Amazon SES was unable to process your request. See the error message for additional information.

          \n

          \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

          \n@return The status of a message sent using the SendBulkTemplatedEmail operation.

          Possible values for this parameter include:

          • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

          • MessageRejected: The message was rejected because it contained a virus.

          • MailFromDomainNotVerified: The sender's email address or domain was not verified.

          • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

          • TemplateDoesNotExist: The template you specified does not exist.

          • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

          • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

          • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

          • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

          • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

          • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

          • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

          • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

          • Failed: Amazon SES was unable to process your request. See the error message for additional information.

          • \n@see BulkEmailStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

            The status of a message sent using the SendBulkTemplatedEmail operation.

            Possible values for this parameter include:

            • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

            • MessageRejected: The message was rejected because it contained a virus.

            • MailFromDomainNotVerified: The sender's email address or domain was not verified.

            • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

            • TemplateDoesNotExist: The template you specified does not exist.

            • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

            • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

            • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

            • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

            • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

            • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

            • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

            • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

            • Failed: Amazon SES was unable to process your request. See the error message for additional information.

            \n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

            Possible values for this parameter include:

            • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

            • MessageRejected: The message was rejected because it contained a virus.

            • MailFromDomainNotVerified: The sender's email address or domain was not verified.

            • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

            • TemplateDoesNotExist: The template you specified does not exist.

            • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

            • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

            • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

            • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

            • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

            • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

            • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

            • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

            • Failed: Amazon SES was unable to process your request. See the error message for additional information.

            • \n@see BulkEmailStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

              The status of a message sent using the SendBulkTemplatedEmail operation.

              Possible values for this parameter include:

              • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

              • MessageRejected: The message was rejected because it contained a virus.

              • MailFromDomainNotVerified: The sender's email address or domain was not verified.

              • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

              • TemplateDoesNotExist: The template you specified does not exist.

              • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

              • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

              • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

              • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

              • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

              • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

              • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

              • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

              • Failed: Amazon SES was unable to process your request. See the error message for additional information.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailStatus", "defaultConsumerFluentSetterDocumentation" : "

              The status of a message sent using the SendBulkTemplatedEmail operation.

              Possible values for this parameter include:

              • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

              • MessageRejected: The message was rejected because it contained a virus.

              • MailFromDomainNotVerified: The sender's email address or domain was not verified.

              • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

              • TemplateDoesNotExist: The template you specified does not exist.

              • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

              • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

              • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

              • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

              • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

              • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

              • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

              • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

              • Failed: Amazon SES was unable to process your request. See the error message for additional information.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

              The status of a message sent using the SendBulkTemplatedEmail operation.

              Possible values for this parameter include:

              • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

              • MessageRejected: The message was rejected because it contained a virus.

              • MailFromDomainNotVerified: The sender's email address or domain was not verified.

              • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

              • TemplateDoesNotExist: The template you specified does not exist.

              • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

              • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

              • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

              • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

              • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

              • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

              • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

              • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

              • Failed: Amazon SES was unable to process your request. See the error message for additional information.

              ", "endpointDiscoveryId" : false, "enumType" : "BulkEmailStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

              The status of a message sent using the SendBulkTemplatedEmail operation.

              Possible values for this parameter include:

              • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

              • MessageRejected: The message was rejected because it contained a virus.

              • MailFromDomainNotVerified: The sender's email address or domain was not verified.

              • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

              • TemplateDoesNotExist: The template you specified does not exist.

              • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

              • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

              • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

              • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

              • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

              • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

              • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

              • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

              • Failed: Amazon SES was unable to process your request. See the error message for additional information.

              \n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

              Possible values for this parameter include:

              • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

              • MessageRejected: The message was rejected because it contained a virus.

              • MailFromDomainNotVerified: The sender's email address or domain was not verified.

              • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

              • TemplateDoesNotExist: The template you specified does not exist.

              • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

              • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

              • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

              • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

              • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

              • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

              • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

              • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

              • Failed: Amazon SES was unable to process your request. See the error message for additional information.

              • \n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                The status of a message sent using the SendBulkTemplatedEmail operation.

                Possible values for this parameter include:

                • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

                • MessageRejected: The message was rejected because it contained a virus.

                • MailFromDomainNotVerified: The sender's email address or domain was not verified.

                • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

                • TemplateDoesNotExist: The template you specified does not exist.

                • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

                • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

                • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

                • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

                • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

                • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

                • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

                • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

                • Failed: Amazon SES was unable to process your request. See the error message for additional information.

                \n

                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                \n@return The status of a message sent using the SendBulkTemplatedEmail operation.

                Possible values for this parameter include:

                • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

                • MessageRejected: The message was rejected because it contained a virus.

                • MailFromDomainNotVerified: The sender's email address or domain was not verified.

                • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

                • TemplateDoesNotExist: The template you specified does not exist.

                • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

                • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

                • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

                • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

                • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

                • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

                • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

                • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

                • Failed: Amazon SES was unable to process your request. See the error message for additional information.

                • \n@see BulkEmailStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                  The status of a message sent using the SendBulkTemplatedEmail operation.

                  Possible values for this parameter include:

                  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

                  • MessageRejected: The message was rejected because it contained a virus.

                  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

                  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

                  • TemplateDoesNotExist: The template you specified does not exist.

                  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

                  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

                  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

                  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

                  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

                  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

                  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

                  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

                  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

                  \n@param status The status of a message sent using the SendBulkTemplatedEmail operation.

                  Possible values for this parameter include:

                  • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

                  • MessageRejected: The message was rejected because it contained a virus.

                  • MailFromDomainNotVerified: The sender's email address or domain was not verified.

                  • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

                  • TemplateDoesNotExist: The template you specified does not exist.

                  • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

                  • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

                  • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

                  • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

                  • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

                  • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

                  • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

                  • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

                  • Failed: Amazon SES was unable to process your request. See the error message for additional information.

                  • \n@see BulkEmailStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of a message sent using the SendBulkTemplatedEmail operation.

                    Possible values for this parameter include:

                    • Success: Amazon SES accepted the message, and will attempt to deliver it to the recipients.

                    • MessageRejected: The message was rejected because it contained a virus.

                    • MailFromDomainNotVerified: The sender's email address or domain was not verified.

                    • ConfigurationSetDoesNotExist: The configuration set you specified does not exist.

                    • TemplateDoesNotExist: The template you specified does not exist.

                    • AccountSuspended: Your account has been shut down because of issues related to your email sending practices.

                    • AccountThrottled: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.

                    • AccountDailyQuotaExceeded: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.

                    • InvalidSendingPoolName: The configuration set you specified refers to an IP pool that does not exist.

                    • AccountSendingPaused: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.

                    • ConfigurationSetSendingPaused: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.

                    • InvalidParameterValue: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.

                    • TransientFailure: Amazon SES was unable to process your request because of a temporary issue.

                    • Failed: Amazon SES was unable to process your request. See the error message for additional information.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "Error", "defaultConsumerFluentSetterDocumentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    \n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "sensitive" : false, "setterDocumentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    \n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    \n@return The unique message identifier returned from the SendBulkTemplatedEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    \n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                    The unique message identifier returned from the SendBulkTemplatedEmail operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BulkEmailDestinationStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "bulkEmailDestinationStatus", "variableType" : "BulkEmailDestinationStatus", "documentation" : null, "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "wrapper" : false, "xmlNamespace" : null }, "BulkEmailStatus" : { "c2jName" : "BulkEmailStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SUCCESS", "value" : "Success" }, { "name" : "MESSAGE_REJECTED", "value" : "MessageRejected" }, { "name" : "MAIL_FROM_DOMAIN_NOT_VERIFIED", "value" : "MailFromDomainNotVerified" }, { "name" : "CONFIGURATION_SET_DOES_NOT_EXIST", "value" : "ConfigurationSetDoesNotExist" }, { "name" : "TEMPLATE_DOES_NOT_EXIST", "value" : "TemplateDoesNotExist" }, { "name" : "ACCOUNT_SUSPENDED", "value" : "AccountSuspended" }, { "name" : "ACCOUNT_THROTTLED", "value" : "AccountThrottled" }, { "name" : "ACCOUNT_DAILY_QUOTA_EXCEEDED", "value" : "AccountDailyQuotaExceeded" }, { "name" : "INVALID_SENDING_POOL_NAME", "value" : "InvalidSendingPoolName" }, { "name" : "ACCOUNT_SENDING_PAUSED", "value" : "AccountSendingPaused" }, { "name" : "CONFIGURATION_SET_SENDING_PAUSED", "value" : "ConfigurationSetSendingPaused" }, { "name" : "INVALID_PARAMETER_VALUE", "value" : "InvalidParameterValue" }, { "name" : "TRANSIENT_FAILURE", "value" : "TransientFailure" }, { "name" : "FAILED", "value" : "Failed" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BulkEmailStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BulkEmailStatus", "variableName" : "bulkEmailStatus", "variableType" : "BulkEmailStatus", "documentation" : null, "simpleType" : "BulkEmailStatus", "variableSetterType" : "BulkEmailStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CannotDeleteException" : { "c2jName" : "CannotDeleteException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Indicates that the delete operation could not be completed.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CannotDelete", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@return Indicates that a resource could not be deleted because no resource with the specified name exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@return Indicates that a resource could not be deleted because no resource with the specified name exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@return Indicates that a resource could not be deleted because no resource with the specified name exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    \n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Indicates that a resource could not be deleted because no resource with the specified name exists.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CannotDeleteException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CannotDeleteException", "variableName" : "cannotDeleteException", "variableType" : "CannotDeleteException", "documentation" : null, "simpleType" : "CannotDeleteException", "variableSetterType" : "CannotDeleteException" }, "wrapper" : false, "xmlNamespace" : null }, "CloneReceiptRuleSetRequest" : { "c2jName" : "CloneReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CloneReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "CloneReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the rule set to create. The name must:

                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Start and end with a letter or number.

                    • Contain less than 64 characters.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                    The name of the rule set to create. The name must:

                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Start and end with a letter or number.

                    • Contain less than 64 characters.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                    The name of the rule set to create. The name must:

                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Start and end with a letter or number.

                    • Contain less than 64 characters.

                    \n@param ruleSetName The name of the rule set to create. The name must:

                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Start and end with a letter or number.

                    • Contain less than 64 characters.

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                      The name of the rule set to create. The name must:

                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                      • Start and end with a letter or number.

                      • Contain less than 64 characters.

                      \n@return The name of the rule set to create. The name must:

                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                      • Start and end with a letter or number.

                      • Contain less than 64 characters.

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                        The name of the rule set to create. The name must:

                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                        • Start and end with a letter or number.

                        • Contain less than 64 characters.

                        \n@param ruleSetName The name of the rule set to create. The name must:

                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                        • Start and end with a letter or number.

                        • Contain less than 64 characters.

                        • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                          The name of the rule set to create. The name must:

                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Start and end with a letter or number.

                          • Contain less than 64 characters.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOriginalRuleSetName", "beanStyleSetterMethodName" : "setOriginalRuleSetName", "c2jName" : "OriginalRuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                          The name of the rule set to clone.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)", "deprecated" : false, "documentation" : "

                          The name of the rule set to clone.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalRuleSetName", "fluentSetterDocumentation" : "

                          The name of the rule set to clone.

                          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalRuleSetName", "getterDocumentation" : "

                          The name of the rule set to clone.

                          \n@return The name of the rule set to clone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalRuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalRuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalRuleSetName", "sensitive" : false, "setterDocumentation" : "

                          The name of the rule set to clone.

                          \n@param originalRuleSetName The name of the rule set to clone.", "setterMethodName" : "setOriginalRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "

                          The name of the rule set to clone.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OriginalRuleSetName" : { "beanStyleGetterMethodName" : "getOriginalRuleSetName", "beanStyleSetterMethodName" : "setOriginalRuleSetName", "c2jName" : "OriginalRuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                          The name of the rule set to clone.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)", "deprecated" : false, "documentation" : "

                          The name of the rule set to clone.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalRuleSetName", "fluentSetterDocumentation" : "

                          The name of the rule set to clone.

                          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalRuleSetName", "getterDocumentation" : "

                          The name of the rule set to clone.

                          \n@return The name of the rule set to clone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalRuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalRuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalRuleSetName", "sensitive" : false, "setterDocumentation" : "

                          The name of the rule set to clone.

                          \n@param originalRuleSetName The name of the rule set to clone.", "setterMethodName" : "setOriginalRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "

                          The name of the rule set to clone.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                          The name of the rule set to create. The name must:

                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Start and end with a letter or number.

                          • Contain less than 64 characters.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                          The name of the rule set to create. The name must:

                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Start and end with a letter or number.

                          • Contain less than 64 characters.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                          The name of the rule set to create. The name must:

                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Start and end with a letter or number.

                          • Contain less than 64 characters.

                          \n@param ruleSetName The name of the rule set to create. The name must:

                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Start and end with a letter or number.

                          • Contain less than 64 characters.

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                            The name of the rule set to create. The name must:

                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                            • Start and end with a letter or number.

                            • Contain less than 64 characters.

                            \n@return The name of the rule set to create. The name must:

                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                            • Start and end with a letter or number.

                            • Contain less than 64 characters.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                              The name of the rule set to create. The name must:

                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                              • Start and end with a letter or number.

                              • Contain less than 64 characters.

                              \n@param ruleSetName The name of the rule set to create. The name must:

                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                              • Start and end with a letter or number.

                              • Contain less than 64 characters.

                              • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                The name of the rule set to create. The name must:

                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Start and end with a letter or number.

                                • Contain less than 64 characters.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the rule set to create. The name must:

                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Start and end with a letter or number.

                                • Contain less than 64 characters.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                The name of the rule set to create. The name must:

                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Start and end with a letter or number.

                                • Contain less than 64 characters.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                The name of the rule set to create. The name must:

                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Start and end with a letter or number.

                                • Contain less than 64 characters.

                                \n@param ruleSetName The name of the rule set to create. The name must:

                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Start and end with a letter or number.

                                • Contain less than 64 characters.

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                  The name of the rule set to create. The name must:

                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Start and end with a letter or number.

                                  • Contain less than 64 characters.

                                  \n@return The name of the rule set to create. The name must:

                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Start and end with a letter or number.

                                  • Contain less than 64 characters.

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                    The name of the rule set to create. The name must:

                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                    • Start and end with a letter or number.

                                    • Contain less than 64 characters.

                                    \n@param ruleSetName The name of the rule set to create. The name must:

                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                    • Start and end with a letter or number.

                                    • Contain less than 64 characters.

                                    • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                      The name of the rule set to create. The name must:

                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Start and end with a letter or number.

                                      • Contain less than 64 characters.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOriginalRuleSetName", "beanStyleSetterMethodName" : "setOriginalRuleSetName", "c2jName" : "OriginalRuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the rule set to clone.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)", "deprecated" : false, "documentation" : "

                                      The name of the rule set to clone.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalRuleSetName", "fluentSetterDocumentation" : "

                                      The name of the rule set to clone.

                                      \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalRuleSetName", "getterDocumentation" : "

                                      The name of the rule set to clone.

                                      \n@return The name of the rule set to clone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalRuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalRuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalRuleSetName", "sensitive" : false, "setterDocumentation" : "

                                      The name of the rule set to clone.

                                      \n@param originalRuleSetName The name of the rule set to clone.", "setterMethodName" : "setOriginalRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "

                                      The name of the rule set to clone.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "OriginalRuleSetName" ], "shapeName" : "CloneReceiptRuleSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CloneReceiptRuleSetRequest", "variableName" : "cloneReceiptRuleSetRequest", "variableType" : "CloneReceiptRuleSetRequest", "documentation" : null, "simpleType" : "CloneReceiptRuleSetRequest", "variableSetterType" : "CloneReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CloneReceiptRuleSetResponse" : { "c2jName" : "CloneReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      An empty element returned on a successful request.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CloneReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CloneReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "CloneReceiptRuleSetResponse", "variableName" : "cloneReceiptRuleSetResponse", "variableType" : "CloneReceiptRuleSetResponse", "documentation" : null, "simpleType" : "CloneReceiptRuleSetResponse", "variableSetterType" : "CloneReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CloudWatchDestination" : { "c2jName" : "CloudWatchDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.

                                      Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDimensionConfigurations", "beanStyleSetterMethodName" : "setDimensionConfigurations", "c2jName" : "DimensionConfigurations", "c2jShape" : "CloudWatchDimensionConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)", "deprecated" : false, "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionConfigurations", "fluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionConfigurations", "getterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchDimensionConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchDimensionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : null, "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchDimensionConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchDimensionConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DimensionConfigurations", "sensitive" : false, "setterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "setterMethodName" : "setDimensionConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DimensionConfigurations" : { "beanStyleGetterMethodName" : "getDimensionConfigurations", "beanStyleSetterMethodName" : "setDimensionConfigurations", "c2jName" : "DimensionConfigurations", "c2jShape" : "CloudWatchDimensionConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)", "deprecated" : false, "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionConfigurations", "fluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionConfigurations", "getterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchDimensionConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchDimensionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : null, "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchDimensionConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchDimensionConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DimensionConfigurations", "sensitive" : false, "setterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "setterMethodName" : "setDimensionConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDimensionConfigurations", "beanStyleSetterMethodName" : "setDimensionConfigurations", "c2jName" : "DimensionConfigurations", "c2jShape" : "CloudWatchDimensionConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)", "deprecated" : false, "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionConfigurations", "fluentSetterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionConfigurations", "getterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchDimensionConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchDimensionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : null, "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchDimensionConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchDimensionConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DimensionConfigurations", "sensitive" : false, "setterDocumentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.", "setterMethodName" : "setDimensionConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "

                                      A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DimensionConfigurations" ], "shapeName" : "CloudWatchDestination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : null, "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "wrapper" : false, "xmlNamespace" : null }, "CloudWatchDimensionConfiguration" : { "c2jName" : "CloudWatchDimensionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.

                                      For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDimensionName", "beanStyleSetterMethodName" : "setDimensionName", "c2jName" : "DimensionName", "c2jShape" : "DimensionName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)", "deprecated" : false, "documentation" : "

                                      The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionName", "fluentSetterDocumentation" : "

                                      The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionName", "getterDocumentation" : "

                                        The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                        • Contain less than 256 characters.

                                        \n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                        • Contain less than 256 characters.

                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionName", "sensitive" : false, "setterDocumentation" : "

                                          The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          • ", "setterMethodName" : "setDimensionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "

                                            The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDimensionValueSourceAsString", "beanStyleSetterMethodName" : "setDimensionValueSource", "c2jName" : "DimensionValueSource", "c2jShape" : "DimensionValueSource", "defaultConsumerFluentSetterDocumentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)", "deprecated" : false, "documentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            ", "endpointDiscoveryId" : false, "enumType" : "DimensionValueSource", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dimensionValueSource", "fluentEnumSetterMethodName" : "dimensionValueSource", "fluentGetterMethodName" : "dimensionValueSourceAsString", "fluentSetterDocumentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource", "fluentSetterMethodName" : "dimensionValueSource", "getterDocumentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            \n

                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n

                                            \n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionValueSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionValueSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionValueSource", "sensitive" : false, "setterDocumentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "setterMethodName" : "setDimensionValueSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "

                                            The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultDimensionValue", "beanStyleSetterMethodName" : "setDefaultDimensionValue", "c2jName" : "DefaultDimensionValue", "c2jShape" : "DefaultDimensionValue", "defaultConsumerFluentSetterDocumentation" : "

                                            The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)", "deprecated" : false, "documentation" : "

                                            The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultDimensionValue", "fluentSetterDocumentation" : "

                                            The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDimensionValue", "getterDocumentation" : "

                                              The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                              • Contain less than 256 characters.

                                              \n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                              • Contain less than 256 characters.

                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultDimensionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultDimensionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDimensionValue", "sensitive" : false, "setterDocumentation" : "

                                                The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                • Contain less than 256 characters.

                                                \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                • Contain less than 256 characters.

                                                • ", "setterMethodName" : "setDefaultDimensionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "

                                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultDimensionValue" : { "beanStyleGetterMethodName" : "getDefaultDimensionValue", "beanStyleSetterMethodName" : "setDefaultDimensionValue", "c2jName" : "DefaultDimensionValue", "c2jShape" : "DefaultDimensionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)", "deprecated" : false, "documentation" : "

                                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultDimensionValue", "fluentSetterDocumentation" : "

                                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDimensionValue", "getterDocumentation" : "

                                                    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                    • Contain less than 256 characters.

                                                    \n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                    • Contain less than 256 characters.

                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultDimensionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultDimensionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDimensionValue", "sensitive" : false, "setterDocumentation" : "

                                                      The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                      • Contain less than 256 characters.

                                                      \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                      • Contain less than 256 characters.

                                                      • ", "setterMethodName" : "setDefaultDimensionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "

                                                        The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 256 characters.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DimensionName" : { "beanStyleGetterMethodName" : "getDimensionName", "beanStyleSetterMethodName" : "setDimensionName", "c2jName" : "DimensionName", "c2jShape" : "DimensionName", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 256 characters.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)", "deprecated" : false, "documentation" : "

                                                        The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 256 characters.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionName", "fluentSetterDocumentation" : "

                                                        The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 256 characters.

                                                        \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 256 characters.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionName", "getterDocumentation" : "

                                                          The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 256 characters.

                                                          \n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 256 characters.

                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionName", "sensitive" : false, "setterDocumentation" : "

                                                            The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                            • Contain less than 256 characters.

                                                            \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                            • Contain less than 256 characters.

                                                            • ", "setterMethodName" : "setDimensionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "

                                                              The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 256 characters.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DimensionValueSource" : { "beanStyleGetterMethodName" : "getDimensionValueSourceAsString", "beanStyleSetterMethodName" : "setDimensionValueSource", "c2jName" : "DimensionValueSource", "c2jShape" : "DimensionValueSource", "defaultConsumerFluentSetterDocumentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)", "deprecated" : false, "documentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "DimensionValueSource", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dimensionValueSource", "fluentEnumSetterMethodName" : "dimensionValueSource", "fluentGetterMethodName" : "dimensionValueSourceAsString", "fluentSetterDocumentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource", "fluentSetterMethodName" : "dimensionValueSource", "getterDocumentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n

                                                              \n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionValueSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionValueSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionValueSource", "sensitive" : false, "setterDocumentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "setterMethodName" : "setDimensionValueSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "

                                                              The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDimensionName", "beanStyleSetterMethodName" : "setDimensionName", "c2jName" : "DimensionName", "c2jShape" : "DimensionName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 256 characters.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)", "deprecated" : false, "documentation" : "

                                                              The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 256 characters.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dimensionName", "fluentSetterDocumentation" : "

                                                              The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 256 characters.

                                                              \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 256 characters.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dimensionName", "getterDocumentation" : "

                                                                The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                • Contain less than 256 characters.

                                                                \n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                • Contain less than 256 characters.

                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionName", "sensitive" : false, "setterDocumentation" : "

                                                                  The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                  • Contain less than 256 characters.

                                                                  \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                  • Contain less than 256 characters.

                                                                  • ", "setterMethodName" : "setDimensionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "

                                                                    The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                    • Contain less than 256 characters.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDimensionValueSourceAsString", "beanStyleSetterMethodName" : "setDimensionValueSource", "c2jName" : "DimensionValueSource", "c2jShape" : "DimensionValueSource", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)", "deprecated" : false, "documentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : "DimensionValueSource", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dimensionValueSource", "fluentEnumSetterMethodName" : "dimensionValueSource", "fluentGetterMethodName" : "dimensionValueSourceAsString", "fluentSetterDocumentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource", "fluentSetterMethodName" : "dimensionValueSource", "getterDocumentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n

                                                                    \n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionValueSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionValueSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DimensionValueSource", "sensitive" : false, "setterDocumentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource", "setterMethodName" : "setDimensionValueSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "

                                                                    The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultDimensionValue", "beanStyleSetterMethodName" : "setDefaultDimensionValue", "c2jName" : "DefaultDimensionValue", "c2jShape" : "DefaultDimensionValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                    • Contain less than 256 characters.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)", "deprecated" : false, "documentation" : "

                                                                    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                    • Contain less than 256 characters.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultDimensionValue", "fluentSetterDocumentation" : "

                                                                    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                    • Contain less than 256 characters.

                                                                    \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                    • Contain less than 256 characters.

                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDimensionValue", "getterDocumentation" : "

                                                                      The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                      • Contain less than 256 characters.

                                                                      \n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                      • Contain less than 256 characters.

                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultDimensionValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultDimensionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDimensionValue", "sensitive" : false, "setterDocumentation" : "

                                                                        The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                        • Contain less than 256 characters.

                                                                        \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                        • Contain less than 256 characters.

                                                                        • ", "setterMethodName" : "setDefaultDimensionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "

                                                                          The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                          • Contain less than 256 characters.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DimensionName", "DimensionValueSource", "DefaultDimensionValue" ], "shapeName" : "CloudWatchDimensionConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "cloudWatchDimensionConfiguration", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : null, "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationSet" : { "c2jName" : "ConfigurationSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The name of the configuration set.

                                                                          Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the configuration set. The name must meet the following requirements:

                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                          • Contain 64 characters or fewer.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the configuration set. The name must meet the following requirements:

                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                          • Contain 64 characters or fewer.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                          The name of the configuration set. The name must meet the following requirements:

                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                          • Contain 64 characters or fewer.

                                                                          \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                          • Contain 64 characters or fewer.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                            The name of the configuration set. The name must meet the following requirements:

                                                                            • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                            • Contain 64 characters or fewer.

                                                                            \n@return The name of the configuration set. The name must meet the following requirements:

                                                                            • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                            • Contain 64 characters or fewer.

                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                              The name of the configuration set. The name must meet the following requirements:

                                                                              • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                              • Contain 64 characters or fewer.

                                                                              \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                              • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                              • Contain 64 characters or fewer.

                                                                              • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                The name of the configuration set. The name must meet the following requirements:

                                                                                • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                • Contain 64 characters or fewer.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The name of the configuration set. The name must meet the following requirements:

                                                                                • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                • Contain 64 characters or fewer.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                The name of the configuration set. The name must meet the following requirements:

                                                                                • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                • Contain 64 characters or fewer.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                The name of the configuration set. The name must meet the following requirements:

                                                                                • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                • Contain 64 characters or fewer.

                                                                                \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                                • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                • Contain 64 characters or fewer.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                  The name of the configuration set. The name must meet the following requirements:

                                                                                  • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                  • Contain 64 characters or fewer.

                                                                                  \n@return The name of the configuration set. The name must meet the following requirements:

                                                                                  • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                  • Contain 64 characters or fewer.

                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                    The name of the configuration set. The name must meet the following requirements:

                                                                                    • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                    • Contain 64 characters or fewer.

                                                                                    \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                                    • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                    • Contain 64 characters or fewer.

                                                                                    • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                      The name of the configuration set. The name must meet the following requirements:

                                                                                      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain 64 characters or fewer.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The name of the configuration set. The name must meet the following requirements:

                                                                                      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain 64 characters or fewer.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                      The name of the configuration set. The name must meet the following requirements:

                                                                                      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain 64 characters or fewer.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                      The name of the configuration set. The name must meet the following requirements:

                                                                                      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain 64 characters or fewer.

                                                                                      \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                                      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain 64 characters or fewer.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                        The name of the configuration set. The name must meet the following requirements:

                                                                                        • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                        • Contain 64 characters or fewer.

                                                                                        \n@return The name of the configuration set. The name must meet the following requirements:

                                                                                        • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                        • Contain 64 characters or fewer.

                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                          The name of the configuration set. The name must meet the following requirements:

                                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain 64 characters or fewer.

                                                                                          \n@param name The name of the configuration set. The name must meet the following requirements:

                                                                                          • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain 64 characters or fewer.

                                                                                          • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set. The name must meet the following requirements:

                                                                                            • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Contain 64 characters or fewer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "ConfigurationSet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationSetAlreadyExistsException" : { "c2jName" : "ConfigurationSetAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set could not be created because of a naming conflict.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConfigurationSetAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigurationSetAlreadyExistsException", "variableName" : "configurationSetAlreadyExistsException", "variableType" : "ConfigurationSetAlreadyExistsException", "documentation" : null, "simpleType" : "ConfigurationSetAlreadyExistsException", "variableSetterType" : "ConfigurationSetAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationSetAttribute" : { "c2jName" : "ConfigurationSetAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EVENT_DESTINATIONS", "value" : "eventDestinations" }, { "name" : "TRACKING_OPTIONS", "value" : "trackingOptions" }, { "name" : "DELIVERY_OPTIONS", "value" : "deliveryOptions" }, { "name" : "REPUTATION_OPTIONS", "value" : "reputationOptions" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetAttribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationSetAttribute", "variableName" : "configurationSetAttribute", "variableType" : "ConfigurationSetAttribute", "documentation" : null, "simpleType" : "ConfigurationSetAttribute", "variableSetterType" : "ConfigurationSetAttribute" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationSetDoesNotExistException" : { "c2jName" : "ConfigurationSetDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConfigurationSetDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            Indicates that the configuration set does not exist.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigurationSetDoesNotExistException", "variableName" : "configurationSetDoesNotExistException", "variableType" : "ConfigurationSetDoesNotExistException", "documentation" : null, "simpleType" : "ConfigurationSetDoesNotExistException", "variableSetterType" : "ConfigurationSetDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationSetSendingPausedException" : { "c2jName" : "ConfigurationSetSendingPausedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Indicates that email sending is disabled for the configuration set.

                                                                                            You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConfigurationSetSendingPausedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@return The name of the configuration set for which email sending is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@return The name of the configuration set for which email sending is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@return The name of the configuration set for which email sending is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            \n@param configurationSetName The name of the configuration set for which email sending is disabled.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set for which email sending is disabled.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetSendingPausedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigurationSetSendingPausedException", "variableName" : "configurationSetSendingPausedException", "variableType" : "ConfigurationSetSendingPausedException", "documentation" : null, "simpleType" : "ConfigurationSetSendingPausedException", "variableSetterType" : "ConfigurationSetSendingPausedException" }, "wrapper" : false, "xmlNamespace" : null }, "Content" : { "c2jName" : "Content", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents textual data, plus an optional character set specification.

                                                                                            By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "MessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)", "deprecated" : false, "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@return The textual data of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCharset", "beanStyleSetterMethodName" : "setCharset", "c2jName" : "Charset", "c2jShape" : "Charset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)", "deprecated" : false, "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "charset", "fluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "charset", "getterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@return The character set of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Charset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Charset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Charset", "sensitive" : false, "setterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.", "setterMethodName" : "setCharset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Charset" : { "beanStyleGetterMethodName" : "getCharset", "beanStyleSetterMethodName" : "setCharset", "c2jName" : "Charset", "c2jShape" : "Charset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)", "deprecated" : false, "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "charset", "fluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "charset", "getterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@return The character set of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Charset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Charset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Charset", "sensitive" : false, "setterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.", "setterMethodName" : "setCharset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Data" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "MessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)", "deprecated" : false, "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@return The textual data of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "MessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)", "deprecated" : false, "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@return The textual data of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                            The textual data of the content.

                                                                                            \n@param data The textual data of the content.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "

                                                                                            The textual data of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCharset", "beanStyleSetterMethodName" : "setCharset", "c2jName" : "Charset", "c2jShape" : "Charset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)", "deprecated" : false, "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "charset", "fluentSetterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "charset", "getterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@return The character set of the content.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Charset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Charset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Charset", "sensitive" : false, "setterDocumentation" : "

                                                                                            The character set of the content.

                                                                                            \n@param charset The character set of the content.", "setterMethodName" : "setCharset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "

                                                                                            The character set of the content.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Data" ], "shapeName" : "Content", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Content", "variableName" : "content", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetEventDestinationRequest" : { "c2jName" : "CreateConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : "CreateConfigurationSetEventDestination", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@return The name of the configuration set that the event destination should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@return An object that describes the AWS service that email sending event information will be published to.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@return The name of the configuration set that the event destination should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestination" : { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@return An object that describes the AWS service that email sending event information will be published to.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@return The name of the configuration set that the event destination should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the event destination should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the event destination should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@return An object that describes the AWS service that email sending event information will be published to.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            \n@param eventDestination An object that describes the AWS service that email sending event information will be published to.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                            An object that describes the AWS service that email sending event information will be published to.

                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestination" ], "shapeName" : "CreateConfigurationSetEventDestinationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest", "variableName" : "createConfigurationSetEventDestinationRequest", "variableType" : "CreateConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "CreateConfigurationSetEventDestinationRequest", "variableSetterType" : "CreateConfigurationSetEventDestinationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetEventDestinationResponse" : { "c2jName" : "CreateConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An empty element returned on a successful request.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateConfigurationSetEventDestinationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationResponse", "variableName" : "createConfigurationSetEventDestinationResponse", "variableType" : "CreateConfigurationSetEventDestinationResponse", "documentation" : null, "simpleType" : "CreateConfigurationSetEventDestinationResponse", "variableSetterType" : "CreateConfigurationSetEventDestinationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetRequest" : { "c2jName" : "CreateConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : "CreateConfigurationSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@return A data structure that contains the name of the configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSet" : { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@return A data structure that contains the name of the configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@return A data structure that contains the name of the configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            \n@param configurationSet A data structure that contains the name of the configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                            A data structure that contains the name of the configuration set.

                                                                                            ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSet" ], "shapeName" : "CreateConfigurationSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConfigurationSetRequest", "variableName" : "createConfigurationSetRequest", "variableType" : "CreateConfigurationSetRequest", "documentation" : null, "simpleType" : "CreateConfigurationSetRequest", "variableSetterType" : "CreateConfigurationSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetResponse" : { "c2jName" : "CreateConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An empty element returned on a successful request.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateConfigurationSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "CreateConfigurationSetResponse", "variableName" : "createConfigurationSetResponse", "variableType" : "CreateConfigurationSetResponse", "documentation" : null, "simpleType" : "CreateConfigurationSetResponse", "variableSetterType" : "CreateConfigurationSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetTrackingOptionsRequest" : { "c2jName" : "CreateConfigurationSetTrackingOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create an open and click tracking option object in a configuration set.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateConfigurationSetTrackingOptions", "locationName" : null, "requestUri" : "/", "target" : "CreateConfigurationSetTrackingOptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@return The name of the configuration set that the tracking options should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@return The name of the configuration set that the tracking options should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrackingOptions" : { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@return The name of the configuration set that the tracking options should be associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            \n@param configurationSetName The name of the configuration set that the tracking options should be associated with.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the configuration set that the tracking options should be associated with.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "TrackingOptions" ], "shapeName" : "CreateConfigurationSetTrackingOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConfigurationSetTrackingOptionsRequest", "variableName" : "createConfigurationSetTrackingOptionsRequest", "variableType" : "CreateConfigurationSetTrackingOptionsRequest", "documentation" : null, "simpleType" : "CreateConfigurationSetTrackingOptionsRequest", "variableSetterType" : "CreateConfigurationSetTrackingOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConfigurationSetTrackingOptionsResponse" : { "c2jName" : "CreateConfigurationSetTrackingOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An empty element returned on a successful request.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateConfigurationSetTrackingOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateConfigurationSetTrackingOptionsResult" }, "variable" : { "variableDeclarationType" : "CreateConfigurationSetTrackingOptionsResponse", "variableName" : "createConfigurationSetTrackingOptionsResponse", "variableType" : "CreateConfigurationSetTrackingOptionsResponse", "documentation" : null, "simpleType" : "CreateConfigurationSetTrackingOptionsResponse", "variableSetterType" : "CreateConfigurationSetTrackingOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateCustomVerificationEmailTemplateRequest" : { "c2jName" : "CreateCustomVerificationEmailTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create a custom verification email template.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateCustomVerificationEmailTemplate", "locationName" : null, "requestUri" : "/", "target" : "CreateCustomVerificationEmailTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureRedirectionURL" : { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FromEmailAddress" : { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SuccessRedirectionURL" : { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateContent" : { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateSubject" : { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                            The name of the custom verification email template.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                            The email address that the custom verification email is sent from.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                            The subject line of the custom verification email.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName", "FromEmailAddress", "TemplateSubject", "TemplateContent", "SuccessRedirectionURL", "FailureRedirectionURL" ], "shapeName" : "CreateCustomVerificationEmailTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCustomVerificationEmailTemplateRequest", "variableName" : "createCustomVerificationEmailTemplateRequest", "variableType" : "CreateCustomVerificationEmailTemplateRequest", "documentation" : null, "simpleType" : "CreateCustomVerificationEmailTemplateRequest", "variableSetterType" : "CreateCustomVerificationEmailTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateCustomVerificationEmailTemplateResponse" : { "c2jName" : "CreateCustomVerificationEmailTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCustomVerificationEmailTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateCustomVerificationEmailTemplateResponse", "variableName" : "createCustomVerificationEmailTemplateResponse", "variableType" : "CreateCustomVerificationEmailTemplateResponse", "documentation" : null, "simpleType" : "CreateCustomVerificationEmailTemplateResponse", "variableSetterType" : "CreateCustomVerificationEmailTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptFilterRequest" : { "c2jName" : "CreateReceiptFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateReceiptFilter", "locationName" : null, "requestUri" : "/", "target" : "CreateReceiptFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ReceiptFilter)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ReceiptFilter)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(ReceiptFilter)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            \n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : "

                                                                                            A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

                                                                                            ", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Filter" ], "shapeName" : "CreateReceiptFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptFilterRequest", "variableName" : "createReceiptFilterRequest", "variableType" : "CreateReceiptFilterRequest", "documentation" : null, "simpleType" : "CreateReceiptFilterRequest", "variableSetterType" : "CreateReceiptFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptFilterResponse" : { "c2jName" : "CreateReceiptFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An empty element returned on a successful request.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptFilterResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptFilterResponse", "variableName" : "createReceiptFilterResponse", "variableType" : "CreateReceiptFilterResponse", "documentation" : null, "simpleType" : "CreateReceiptFilterResponse", "variableSetterType" : "CreateReceiptFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptRuleRequest" : { "c2jName" : "CreateReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateReceiptRule", "locationName" : null, "requestUri" : "/", "target" : "CreateReceiptRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@return The name of the rule set that the receipt rule will be added to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "After" : { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rule" : { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@return The name of the rule set that the receipt rule will be added to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@return The name of the rule set that the receipt rule will be added to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            \n@param ruleSetName The name of the rule set that the receipt rule will be added to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                            The name of the rule set that the receipt rule will be added to.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                            The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                            A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "Rule" ], "shapeName" : "CreateReceiptRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptRuleRequest", "variableName" : "createReceiptRuleRequest", "variableType" : "CreateReceiptRuleRequest", "documentation" : null, "simpleType" : "CreateReceiptRuleRequest", "variableSetterType" : "CreateReceiptRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptRuleResponse" : { "c2jName" : "CreateReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            An empty element returned on a successful request.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptRuleResponse", "variableName" : "createReceiptRuleResponse", "variableType" : "CreateReceiptRuleResponse", "documentation" : null, "simpleType" : "CreateReceiptRuleResponse", "variableSetterType" : "CreateReceiptRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptRuleSetRequest" : { "c2jName" : "CreateReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "CreateReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the rule set to create. The name must:

                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Start and end with a letter or number.

                                                                                            • Contain less than 64 characters.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the rule set to create. The name must:

                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Start and end with a letter or number.

                                                                                            • Contain less than 64 characters.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                            The name of the rule set to create. The name must:

                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Start and end with a letter or number.

                                                                                            • Contain less than 64 characters.

                                                                                            \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Start and end with a letter or number.

                                                                                            • Contain less than 64 characters.

                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                              The name of the rule set to create. The name must:

                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                              • Start and end with a letter or number.

                                                                                              • Contain less than 64 characters.

                                                                                              \n@return The name of the rule set to create. The name must:

                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                              • Start and end with a letter or number.

                                                                                              • Contain less than 64 characters.

                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                The name of the rule set to create. The name must:

                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                • Start and end with a letter or number.

                                                                                                • Contain less than 64 characters.

                                                                                                \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                • Start and end with a letter or number.

                                                                                                • Contain less than 64 characters.

                                                                                                • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                  The name of the rule set to create. The name must:

                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Start and end with a letter or number.

                                                                                                  • Contain less than 64 characters.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The name of the rule set to create. The name must:

                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Start and end with a letter or number.

                                                                                                  • Contain less than 64 characters.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                  The name of the rule set to create. The name must:

                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Start and end with a letter or number.

                                                                                                  • Contain less than 64 characters.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                  The name of the rule set to create. The name must:

                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Start and end with a letter or number.

                                                                                                  • Contain less than 64 characters.

                                                                                                  \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Start and end with a letter or number.

                                                                                                  • Contain less than 64 characters.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                    The name of the rule set to create. The name must:

                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                    • Start and end with a letter or number.

                                                                                                    • Contain less than 64 characters.

                                                                                                    \n@return The name of the rule set to create. The name must:

                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                    • Start and end with a letter or number.

                                                                                                    • Contain less than 64 characters.

                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                      The name of the rule set to create. The name must:

                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                      • Start and end with a letter or number.

                                                                                                      • Contain less than 64 characters.

                                                                                                      \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                      • Start and end with a letter or number.

                                                                                                      • Contain less than 64 characters.

                                                                                                      • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                        The name of the rule set to create. The name must:

                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Start and end with a letter or number.

                                                                                                        • Contain less than 64 characters.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The name of the rule set to create. The name must:

                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Start and end with a letter or number.

                                                                                                        • Contain less than 64 characters.

                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                        The name of the rule set to create. The name must:

                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Start and end with a letter or number.

                                                                                                        • Contain less than 64 characters.

                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                        The name of the rule set to create. The name must:

                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Start and end with a letter or number.

                                                                                                        • Contain less than 64 characters.

                                                                                                        \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Start and end with a letter or number.

                                                                                                        • Contain less than 64 characters.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                          The name of the rule set to create. The name must:

                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Start and end with a letter or number.

                                                                                                          • Contain less than 64 characters.

                                                                                                          \n@return The name of the rule set to create. The name must:

                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Start and end with a letter or number.

                                                                                                          • Contain less than 64 characters.

                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                            The name of the rule set to create. The name must:

                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                            • Start and end with a letter or number.

                                                                                                            • Contain less than 64 characters.

                                                                                                            \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                            • Start and end with a letter or number.

                                                                                                            • Contain less than 64 characters.

                                                                                                            • ", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the rule set to create. The name must:

                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Start and end with a letter or number.

                                                                                                              • Contain less than 64 characters.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "CreateReceiptRuleSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptRuleSetRequest", "variableName" : "createReceiptRuleSetRequest", "variableType" : "CreateReceiptRuleSetRequest", "documentation" : null, "simpleType" : "CreateReceiptRuleSetRequest", "variableSetterType" : "CreateReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReceiptRuleSetResponse" : { "c2jName" : "CreateReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptRuleSetResponse", "variableName" : "createReceiptRuleSetResponse", "variableType" : "CreateReceiptRuleSetResponse", "documentation" : null, "simpleType" : "CreateReceiptRuleSetResponse", "variableSetterType" : "CreateReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateTemplateRequest" : { "c2jName" : "CreateTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateTemplate", "locationName" : null, "requestUri" : "/", "target" : "CreateTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Template" : { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              \n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "

                                                                                                              The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                              ", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Template" ], "shapeName" : "CreateTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTemplateRequest", "variableName" : "createTemplateRequest", "variableType" : "CreateTemplateRequest", "documentation" : null, "simpleType" : "CreateTemplateRequest", "variableSetterType" : "CreateTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateTemplateResponse" : { "c2jName" : "CreateTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateTemplateResult" }, "variable" : { "variableDeclarationType" : "CreateTemplateResponse", "variableName" : "createTemplateResponse", "variableType" : "CreateTemplateResponse", "documentation" : null, "simpleType" : "CreateTemplateResponse", "variableSetterType" : "CreateTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CustomMailFromStatus" : { "c2jName" : "CustomMailFromStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "Pending" }, { "name" : "SUCCESS", "value" : "Success" }, { "name" : "FAILED", "value" : "Failed" }, { "name" : "TEMPORARY_FAILURE", "value" : "TemporaryFailure" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomMailFromStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomMailFromStatus", "variableName" : "customMailFromStatus", "variableType" : "CustomMailFromStatus", "documentation" : null, "simpleType" : "CustomMailFromStatus", "variableSetterType" : "CustomMailFromStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CustomVerificationEmailInvalidContentException" : { "c2jName" : "CustomVerificationEmailInvalidContentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Indicates that custom verification email template provided content is invalid.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CustomVerificationEmailInvalidContent", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomVerificationEmailInvalidContentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailInvalidContentException", "variableName" : "customVerificationEmailInvalidContentException", "variableType" : "CustomVerificationEmailInvalidContentException", "documentation" : null, "simpleType" : "CustomVerificationEmailInvalidContentException", "variableSetterType" : "CustomVerificationEmailInvalidContentException" }, "wrapper" : false, "xmlNamespace" : null }, "CustomVerificationEmailTemplate" : { "c2jName" : "CustomVerificationEmailTemplate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Contains information about a custom verification email template.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureRedirectionURL" : { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FromEmailAddress" : { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SuccessRedirectionURL" : { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateSubject" : { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                              The email address that the custom verification email is sent from.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                              The subject line of the custom verification email.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                              The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomVerificationEmailTemplate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "customVerificationEmailTemplate", "variableType" : "CustomVerificationEmailTemplate", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "wrapper" : false, "xmlNamespace" : null }, "CustomVerificationEmailTemplateAlreadyExistsException" : { "c2jName" : "CustomVerificationEmailTemplateAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Indicates that a custom verification email template with the name you specified already exists.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CustomVerificationEmailTemplateAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@return Indicates that the provided custom verification email template with the specified template name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomVerificationEmailTemplateName" : { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@return Indicates that the provided custom verification email template with the specified template name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@return Indicates that the provided custom verification email template with the specified template name already exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template with the specified template name already exists.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomVerificationEmailTemplateAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplateAlreadyExistsException", "variableName" : "customVerificationEmailTemplateAlreadyExistsException", "variableType" : "CustomVerificationEmailTemplateAlreadyExistsException", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplateAlreadyExistsException", "variableSetterType" : "CustomVerificationEmailTemplateAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "CustomVerificationEmailTemplateDoesNotExistException" : { "c2jName" : "CustomVerificationEmailTemplateDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Indicates that a custom verification email template with the name you specified does not exist.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CustomVerificationEmailTemplateDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@return Indicates that the provided custom verification email template does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomVerificationEmailTemplateName" : { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@return Indicates that the provided custom verification email template does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName", "c2jName" : "CustomVerificationEmailTemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplateName", "fluentSetterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplateName", "getterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@return Indicates that the provided custom verification email template does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomVerificationEmailTemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              \n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.", "setterMethodName" : "setCustomVerificationEmailTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customVerificationEmailTemplateName", "variableType" : "String", "documentation" : "

                                                                                                              Indicates that the provided custom verification email template does not exist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomVerificationEmailTemplateDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplateDoesNotExistException", "variableName" : "customVerificationEmailTemplateDoesNotExistException", "variableType" : "CustomVerificationEmailTemplateDoesNotExistException", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplateDoesNotExistException", "variableSetterType" : "CustomVerificationEmailTemplateDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetEventDestinationRequest" : { "c2jName" : "DeleteConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : "DeleteConfigurationSetEventDestination", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@return The name of the configuration set from which to delete the event destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@return The name of the event destination to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@return The name of the configuration set from which to delete the event destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@return The name of the event destination to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@return The name of the configuration set from which to delete the event destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              \n@param configurationSetName The name of the configuration set from which to delete the event destination.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which to delete the event destination.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@return The name of the event destination to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              \n@param eventDestinationName The name of the event destination to delete.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the event destination to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestinationName" ], "shapeName" : "DeleteConfigurationSetEventDestinationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest", "variableName" : "deleteConfigurationSetEventDestinationRequest", "variableType" : "DeleteConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "DeleteConfigurationSetEventDestinationRequest", "variableSetterType" : "DeleteConfigurationSetEventDestinationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetEventDestinationResponse" : { "c2jName" : "DeleteConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConfigurationSetEventDestinationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationResponse", "variableName" : "deleteConfigurationSetEventDestinationResponse", "variableType" : "DeleteConfigurationSetEventDestinationResponse", "documentation" : null, "simpleType" : "DeleteConfigurationSetEventDestinationResponse", "variableSetterType" : "DeleteConfigurationSetEventDestinationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetRequest" : { "c2jName" : "DeleteConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : "DeleteConfigurationSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@return The name of the configuration set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@return The name of the configuration set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@return The name of the configuration set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              \n@param configurationSetName The name of the configuration set to delete.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "DeleteConfigurationSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetRequest", "variableName" : "deleteConfigurationSetRequest", "variableType" : "DeleteConfigurationSetRequest", "documentation" : null, "simpleType" : "DeleteConfigurationSetRequest", "variableSetterType" : "DeleteConfigurationSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetResponse" : { "c2jName" : "DeleteConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConfigurationSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetResponse", "variableName" : "deleteConfigurationSetResponse", "variableType" : "DeleteConfigurationSetResponse", "documentation" : null, "simpleType" : "DeleteConfigurationSetResponse", "variableSetterType" : "DeleteConfigurationSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetTrackingOptionsRequest" : { "c2jName" : "DeleteConfigurationSetTrackingOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete open and click tracking options in a configuration set.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteConfigurationSetTrackingOptions", "locationName" : null, "requestUri" : "/", "target" : "DeleteConfigurationSetTrackingOptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@return The name of the configuration set from which you want to delete the tracking options.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@return The name of the configuration set from which you want to delete the tracking options.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@return The name of the configuration set from which you want to delete the tracking options.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              \n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set from which you want to delete the tracking options.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "DeleteConfigurationSetTrackingOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsRequest", "variableName" : "deleteConfigurationSetTrackingOptionsRequest", "variableType" : "DeleteConfigurationSetTrackingOptionsRequest", "documentation" : null, "simpleType" : "DeleteConfigurationSetTrackingOptionsRequest", "variableSetterType" : "DeleteConfigurationSetTrackingOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConfigurationSetTrackingOptionsResponse" : { "c2jName" : "DeleteConfigurationSetTrackingOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConfigurationSetTrackingOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteConfigurationSetTrackingOptionsResult" }, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsResponse", "variableName" : "deleteConfigurationSetTrackingOptionsResponse", "variableType" : "DeleteConfigurationSetTrackingOptionsResponse", "documentation" : null, "simpleType" : "DeleteConfigurationSetTrackingOptionsResponse", "variableSetterType" : "DeleteConfigurationSetTrackingOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteCustomVerificationEmailTemplateRequest" : { "c2jName" : "DeleteCustomVerificationEmailTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete an existing custom verification email template.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteCustomVerificationEmailTemplate", "locationName" : null, "requestUri" : "/", "target" : "DeleteCustomVerificationEmailTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@return The name of the custom verification email template that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@return The name of the custom verification email template that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@return The name of the custom verification email template that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              \n@param templateName The name of the custom verification email template that you want to delete.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the custom verification email template that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "DeleteCustomVerificationEmailTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCustomVerificationEmailTemplateRequest", "variableName" : "deleteCustomVerificationEmailTemplateRequest", "variableType" : "DeleteCustomVerificationEmailTemplateRequest", "documentation" : null, "simpleType" : "DeleteCustomVerificationEmailTemplateRequest", "variableSetterType" : "DeleteCustomVerificationEmailTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteCustomVerificationEmailTemplateResponse" : { "c2jName" : "DeleteCustomVerificationEmailTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteCustomVerificationEmailTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCustomVerificationEmailTemplateResponse", "variableName" : "deleteCustomVerificationEmailTemplateResponse", "variableType" : "DeleteCustomVerificationEmailTemplateResponse", "documentation" : null, "simpleType" : "DeleteCustomVerificationEmailTemplateResponse", "variableSetterType" : "DeleteCustomVerificationEmailTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteIdentityPolicyRequest" : { "c2jName" : "DeleteIdentityPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteIdentityPolicy", "locationName" : null, "requestUri" : "/", "target" : "DeleteIdentityPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@return The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@return The name of the policy to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@return The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyName" : { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@return The name of the policy to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@return The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              \n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                              To successfully call this API, you must own the identity.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@return The name of the policy to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              \n@param policyName The name of the policy to be deleted.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the policy to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyName" ], "shapeName" : "DeleteIdentityPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteIdentityPolicyRequest", "variableName" : "deleteIdentityPolicyRequest", "variableType" : "DeleteIdentityPolicyRequest", "documentation" : null, "simpleType" : "DeleteIdentityPolicyRequest", "variableSetterType" : "DeleteIdentityPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteIdentityPolicyResponse" : { "c2jName" : "DeleteIdentityPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteIdentityPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteIdentityPolicyResult" }, "variable" : { "variableDeclarationType" : "DeleteIdentityPolicyResponse", "variableName" : "deleteIdentityPolicyResponse", "variableType" : "DeleteIdentityPolicyResponse", "documentation" : null, "simpleType" : "DeleteIdentityPolicyResponse", "variableSetterType" : "DeleteIdentityPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteIdentityRequest" : { "c2jName" : "DeleteIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete one of your Amazon SES identities (an email address or domain).

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteIdentity", "locationName" : null, "requestUri" : "/", "target" : "DeleteIdentity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@return The identity to be removed from the list of identities for the AWS Account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@return The identity to be removed from the list of identities for the AWS Account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@return The identity to be removed from the list of identities for the AWS Account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              \n@param identity The identity to be removed from the list of identities for the AWS Account.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                              The identity to be removed from the list of identities for the AWS Account.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "DeleteIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteIdentityRequest", "variableName" : "deleteIdentityRequest", "variableType" : "DeleteIdentityRequest", "documentation" : null, "simpleType" : "DeleteIdentityRequest", "variableSetterType" : "DeleteIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteIdentityResponse" : { "c2jName" : "DeleteIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteIdentityResult" }, "variable" : { "variableDeclarationType" : "DeleteIdentityResponse", "variableName" : "deleteIdentityResponse", "variableType" : "DeleteIdentityResponse", "documentation" : null, "simpleType" : "DeleteIdentityResponse", "variableSetterType" : "DeleteIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptFilterRequest" : { "c2jName" : "DeleteReceiptFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteReceiptFilter", "locationName" : null, "requestUri" : "/", "target" : "DeleteReceiptFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "FilterName", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@return The name of the IP address filter to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterName" : { "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "FilterName", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@return The name of the IP address filter to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "FilterName", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@return The name of the IP address filter to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              \n@param filterName The name of the IP address filter to delete.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the IP address filter to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FilterName" ], "shapeName" : "DeleteReceiptFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptFilterRequest", "variableName" : "deleteReceiptFilterRequest", "variableType" : "DeleteReceiptFilterRequest", "documentation" : null, "simpleType" : "DeleteReceiptFilterRequest", "variableSetterType" : "DeleteReceiptFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptFilterResponse" : { "c2jName" : "DeleteReceiptFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptFilterResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptFilterResponse", "variableName" : "deleteReceiptFilterResponse", "variableType" : "DeleteReceiptFilterResponse", "documentation" : null, "simpleType" : "DeleteReceiptFilterResponse", "variableSetterType" : "DeleteReceiptFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptRuleRequest" : { "c2jName" : "DeleteReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteReceiptRule", "locationName" : null, "requestUri" : "/", "target" : "DeleteReceiptRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule set that contains the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleName" : { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule set that contains the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule set that contains the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that contains the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@return The name of the receipt rule to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              \n@param ruleName The name of the receipt rule to delete.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "DeleteReceiptRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleRequest", "variableName" : "deleteReceiptRuleRequest", "variableType" : "DeleteReceiptRuleRequest", "documentation" : null, "simpleType" : "DeleteReceiptRuleRequest", "variableSetterType" : "DeleteReceiptRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptRuleResponse" : { "c2jName" : "DeleteReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleResponse", "variableName" : "deleteReceiptRuleResponse", "variableType" : "DeleteReceiptRuleResponse", "documentation" : null, "simpleType" : "DeleteReceiptRuleResponse", "variableSetterType" : "DeleteReceiptRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptRuleSetRequest" : { "c2jName" : "DeleteReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "DeleteReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@return The name of the receipt rule set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@return The name of the receipt rule set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@return The name of the receipt rule set to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to delete.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "DeleteReceiptRuleSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleSetRequest", "variableName" : "deleteReceiptRuleSetRequest", "variableType" : "DeleteReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DeleteReceiptRuleSetRequest", "variableSetterType" : "DeleteReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReceiptRuleSetResponse" : { "c2jName" : "DeleteReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An empty element returned on a successful request.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleSetResponse", "variableName" : "deleteReceiptRuleSetResponse", "variableType" : "DeleteReceiptRuleSetResponse", "documentation" : null, "simpleType" : "DeleteReceiptRuleSetResponse", "variableSetterType" : "DeleteReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTemplateRequest" : { "c2jName" : "DeleteTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteTemplate", "locationName" : null, "requestUri" : "/", "target" : "DeleteTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@return The name of the template to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@return The name of the template to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@return The name of the template to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              \n@param templateName The name of the template to be deleted.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the template to be deleted.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "DeleteTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTemplateRequest", "variableName" : "deleteTemplateRequest", "variableType" : "DeleteTemplateRequest", "documentation" : null, "simpleType" : "DeleteTemplateRequest", "variableSetterType" : "DeleteTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTemplateResponse" : { "c2jName" : "DeleteTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteTemplateResult" }, "variable" : { "variableDeclarationType" : "DeleteTemplateResponse", "variableName" : "deleteTemplateResponse", "variableType" : "DeleteTemplateResponse", "documentation" : null, "simpleType" : "DeleteTemplateResponse", "variableSetterType" : "DeleteTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVerifiedEmailAddressRequest" : { "c2jName" : "DeleteVerifiedEmailAddressRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteVerifiedEmailAddress", "locationName" : null, "requestUri" : "/", "target" : "DeleteVerifiedEmailAddress", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@return An email address to be removed from the list of verified addresses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@return An email address to be removed from the list of verified addresses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@return An email address to be removed from the list of verified addresses.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              \n@param emailAddress An email address to be removed from the list of verified addresses.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                              An email address to be removed from the list of verified addresses.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "DeleteVerifiedEmailAddressRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressRequest", "variableName" : "deleteVerifiedEmailAddressRequest", "variableType" : "DeleteVerifiedEmailAddressRequest", "documentation" : null, "simpleType" : "DeleteVerifiedEmailAddressRequest", "variableSetterType" : "DeleteVerifiedEmailAddressRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVerifiedEmailAddressResponse" : { "c2jName" : "DeleteVerifiedEmailAddressResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteVerifiedEmailAddressResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressResponse", "variableName" : "deleteVerifiedEmailAddressResponse", "variableType" : "DeleteVerifiedEmailAddressResponse", "documentation" : null, "simpleType" : "DeleteVerifiedEmailAddressResponse", "variableSetterType" : "DeleteVerifiedEmailAddressResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeliveryOptions" : { "c2jName" : "DeliveryOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                              \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TlsPolicy" : { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                              \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                              \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              \n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeliveryOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeActiveReceiptRuleSetRequest" : { "c2jName" : "DescribeActiveReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeActiveReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "DescribeActiveReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeActiveReceiptRuleSetRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest", "variableName" : "describeActiveReceiptRuleSetRequest", "variableType" : "DescribeActiveReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DescribeActiveReceiptRuleSetRequest", "variableSetterType" : "DescribeActiveReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeActiveReceiptRuleSetResponse" : { "c2jName" : "DescribeActiveReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the metadata and receipt rules for the receipt rule set that is currently active.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The receipt rules that belong to the active rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Metadata" : { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rules" : { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The receipt rules that belong to the active rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The receipt rules that belong to the active rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              \n@param rules The receipt rules that belong to the active rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The receipt rules that belong to the active rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeActiveReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeActiveReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetResponse", "variableName" : "describeActiveReceiptRuleSetResponse", "variableType" : "DescribeActiveReceiptRuleSetResponse", "documentation" : null, "simpleType" : "DescribeActiveReceiptRuleSetResponse", "variableSetterType" : "DescribeActiveReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeConfigurationSetRequest" : { "c2jName" : "DescribeConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : "DescribeConfigurationSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@return The name of the configuration set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings", "beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "c2jName" : "ConfigurationSetAttributeNames", "c2jShape" : "ConfigurationSetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "configurationSetAttributeNames", "fluentEnumSetterMethodName" : "configurationSetAttributeNames", "fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings", "fluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings", "getterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of configuration set attributes to return.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetAttributeNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetAttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConfigurationSetAttribute", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                              \n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSetAttributeNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.", "setterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetAttributeNames" : { "beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings", "beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "c2jName" : "ConfigurationSetAttributeNames", "c2jShape" : "ConfigurationSetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "configurationSetAttributeNames", "fluentEnumSetterMethodName" : "configurationSetAttributeNames", "fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings", "fluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings", "getterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of configuration set attributes to return.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetAttributeNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetAttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConfigurationSetAttribute", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                              \n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSetAttributeNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.", "setterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@return The name of the configuration set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@return The name of the configuration set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              \n@param configurationSetName The name of the configuration set to describe.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the configuration set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings", "beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "c2jName" : "ConfigurationSetAttributeNames", "c2jShape" : "ConfigurationSetAttributeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "configurationSetAttributeNames", "fluentEnumSetterMethodName" : "configurationSetAttributeNames", "fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings", "fluentSetterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings", "getterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of configuration set attributes to return.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetAttributeNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetAttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSetAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConfigurationSetAttribute", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                              \n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSetAttributeNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              \n@param configurationSetAttributeNames A list of configuration set attributes to return.", "setterMethodName" : "setConfigurationSetAttributeNamesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of configuration set attributes to return.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "DescribeConfigurationSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeConfigurationSetRequest", "variableName" : "describeConfigurationSetRequest", "variableType" : "DescribeConfigurationSetRequest", "documentation" : null, "simpleType" : "DescribeConfigurationSetRequest", "variableSetterType" : "DescribeConfigurationSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeConfigurationSetResponse" : { "c2jName" : "DescribeConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@return The configuration set object associated with the specified configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinations", "beanStyleSetterMethodName" : "setEventDestinations", "c2jName" : "EventDestinations", "c2jShape" : "EventDestinations", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventDestinations(List)}.\n@param eventDestinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinations(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinations", "fluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinations", "getterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of event destinations associated with the configuration set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #member(EventDestination)}.\n@param member a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventDestinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.", "setterMethodName" : "setEventDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@return The name of the custom open and click tracking domain associated with the configuration set.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "Returns the value of the DeliveryOptions property for this object.\n@return The value of the DeliveryOptions property for this object.", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReputationOptions", "beanStyleSetterMethodName" : "setReputationOptions", "c2jName" : "ReputationOptions", "c2jShape" : "ReputationOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReputationOptions.Builder} avoiding the need to create one manually via {@link ReputationOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReputationOptions.Builder#build()} is called immediately and its result is passed to {@link #reputationOptions(ReputationOptions)}.\n@param reputationOptions a consumer that will call methods on {@link ReputationOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationOptions(ReputationOptions)", "deprecated" : false, "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationOptions", "fluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationOptions", "getterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@return An object that represents the reputation settings for the configuration set.", "getterModel" : { "returnType" : "ReputationOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReputationOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.", "setterMethodName" : "setReputationOptions", "setterModel" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : null, "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSet" : { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@return The configuration set object associated with the specified configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeliveryOptions" : { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "Returns the value of the DeliveryOptions property for this object.\n@return The value of the DeliveryOptions property for this object.", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinations" : { "beanStyleGetterMethodName" : "getEventDestinations", "beanStyleSetterMethodName" : "setEventDestinations", "c2jName" : "EventDestinations", "c2jShape" : "EventDestinations", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventDestinations(List)}.\n@param eventDestinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinations(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinations", "fluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinations", "getterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of event destinations associated with the configuration set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #member(EventDestination)}.\n@param member a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventDestinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.", "setterMethodName" : "setEventDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReputationOptions" : { "beanStyleGetterMethodName" : "getReputationOptions", "beanStyleSetterMethodName" : "setReputationOptions", "c2jName" : "ReputationOptions", "c2jShape" : "ReputationOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReputationOptions.Builder} avoiding the need to create one manually via {@link ReputationOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReputationOptions.Builder#build()} is called immediately and its result is passed to {@link #reputationOptions(ReputationOptions)}.\n@param reputationOptions a consumer that will call methods on {@link ReputationOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationOptions(ReputationOptions)", "deprecated" : false, "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationOptions", "fluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationOptions", "getterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@return An object that represents the reputation settings for the configuration set.", "getterModel" : { "returnType" : "ReputationOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReputationOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.", "setterMethodName" : "setReputationOptions", "setterModel" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : null, "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrackingOptions" : { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@return The name of the custom open and click tracking domain associated with the configuration set.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSet", "beanStyleSetterMethodName" : "setConfigurationSet", "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)", "deprecated" : false, "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSet", "fluentSetterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSet", "getterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@return The configuration set object associated with the specified configuration set.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              \n@param configurationSet The configuration set object associated with the specified configuration set.", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                                              The configuration set object associated with the specified configuration set.

                                                                                                              ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinations", "beanStyleSetterMethodName" : "setEventDestinations", "c2jName" : "EventDestinations", "c2jShape" : "EventDestinations", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventDestinations(List)}.\n@param eventDestinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinations(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinations", "fluentSetterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinations", "getterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of event destinations associated with the configuration set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #member(EventDestination)}.\n@param member a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventDestinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              \n@param eventDestinations A list of event destinations associated with the configuration set.", "setterMethodName" : "setEventDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of event destinations associated with the configuration set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@return The name of the custom open and click tracking domain associated with the configuration set.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              \n@param trackingOptions The name of the custom open and click tracking domain associated with the configuration set.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "

                                                                                                              The name of the custom open and click tracking domain associated with the configuration set.

                                                                                                              ", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "Returns the value of the DeliveryOptions property for this object.\n@return The value of the DeliveryOptions property for this object.", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DeliveryOptions property for this object.\n\n@param deliveryOptions The new value for the DeliveryOptions property for this object.", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReputationOptions", "beanStyleSetterMethodName" : "setReputationOptions", "c2jName" : "ReputationOptions", "c2jShape" : "ReputationOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReputationOptions.Builder} avoiding the need to create one manually via {@link ReputationOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReputationOptions.Builder#build()} is called immediately and its result is passed to {@link #reputationOptions(ReputationOptions)}.\n@param reputationOptions a consumer that will call methods on {@link ReputationOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationOptions(ReputationOptions)", "deprecated" : false, "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationOptions", "fluentSetterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationOptions", "getterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@return An object that represents the reputation settings for the configuration set.", "getterModel" : { "returnType" : "ReputationOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReputationOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              \n@param reputationOptions An object that represents the reputation settings for the configuration set.", "setterMethodName" : "setReputationOptions", "setterModel" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : null, "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : "

                                                                                                              An object that represents the reputation settings for the configuration set.

                                                                                                              ", "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeConfigurationSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "DescribeConfigurationSetResponse", "variableName" : "describeConfigurationSetResponse", "variableType" : "DescribeConfigurationSetResponse", "documentation" : null, "simpleType" : "DescribeConfigurationSetResponse", "variableSetterType" : "DescribeConfigurationSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeReceiptRuleRequest" : { "c2jName" : "DescribeReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeReceiptRule", "locationName" : null, "requestUri" : "/", "target" : "DescribeReceiptRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@return The name of the receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleName" : { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@return The name of the receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set that the receipt rule belongs to.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@return The name of the receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              \n@param ruleName The name of the receipt rule.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "DescribeReceiptRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleRequest", "variableName" : "describeReceiptRuleRequest", "variableType" : "DescribeReceiptRuleRequest", "documentation" : null, "simpleType" : "DescribeReceiptRuleRequest", "variableSetterType" : "DescribeReceiptRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeReceiptRuleResponse" : { "c2jName" : "DescribeReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the details of a receipt rule.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@return A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rule" : { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@return A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@return A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              \n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                              A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

                                                                                                              ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReceiptRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleResponse", "variableName" : "describeReceiptRuleResponse", "variableType" : "DescribeReceiptRuleResponse", "documentation" : null, "simpleType" : "DescribeReceiptRuleResponse", "variableSetterType" : "DescribeReceiptRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeReceiptRuleSetRequest" : { "c2jName" : "DescribeReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "DescribeReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@return The name of the receipt rule set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@return The name of the receipt rule set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@return The name of the receipt rule set to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              \n@param ruleSetName The name of the receipt rule set to describe.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                              The name of the receipt rule set to describe.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "DescribeReceiptRuleSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleSetRequest", "variableName" : "describeReceiptRuleSetRequest", "variableType" : "DescribeReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DescribeReceiptRuleSetRequest", "variableSetterType" : "DescribeReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeReceiptRuleSetResponse" : { "c2jName" : "DescribeReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the details of the specified receipt rule set.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of the receipt rules that belong to the specified receipt rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Metadata" : { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rules" : { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of the receipt rules that belong to the specified receipt rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@return The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Metadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                                              The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                              ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return A list of the receipt rules that belong to the specified receipt rule set.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              \n@param rules A list of the receipt rules that belong to the specified receipt rule set.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                              A list of the receipt rules that belong to the specified receipt rule set.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleSetResponse", "variableName" : "describeReceiptRuleSetResponse", "variableType" : "DescribeReceiptRuleSetResponse", "documentation" : null, "simpleType" : "DescribeReceiptRuleSetResponse", "variableSetterType" : "DescribeReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Destination" : { "c2jName" : "Destination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

                                                                                                              Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getToAddresses", "beanStyleSetterMethodName" : "setToAddresses", "c2jName" : "ToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #toAddresses(List)}.\n@param toAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #toAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the To: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.", "setterMethodName" : "setToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcAddresses", "beanStyleSetterMethodName" : "setCcAddresses", "c2jName" : "CcAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccAddresses(List)}.\n@param ccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the CC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CcAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CcAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CcAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.", "setterMethodName" : "setCcAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBccAddresses", "beanStyleSetterMethodName" : "setBccAddresses", "c2jName" : "BccAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bccAddresses(List)}.\n@param bccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the BCC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BccAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BccAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BccAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.", "setterMethodName" : "setBccAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BccAddresses" : { "beanStyleGetterMethodName" : "getBccAddresses", "beanStyleSetterMethodName" : "setBccAddresses", "c2jName" : "BccAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bccAddresses(List)}.\n@param bccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the BCC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BccAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BccAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BccAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.", "setterMethodName" : "setBccAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CcAddresses" : { "beanStyleGetterMethodName" : "getCcAddresses", "beanStyleSetterMethodName" : "setCcAddresses", "c2jName" : "CcAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccAddresses(List)}.\n@param ccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the CC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CcAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CcAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CcAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.", "setterMethodName" : "setCcAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ToAddresses" : { "beanStyleGetterMethodName" : "getToAddresses", "beanStyleSetterMethodName" : "setToAddresses", "c2jName" : "ToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #toAddresses(List)}.\n@param toAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #toAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the To: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.", "setterMethodName" : "setToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getToAddresses", "beanStyleSetterMethodName" : "setToAddresses", "c2jName" : "ToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #toAddresses(List)}.\n@param toAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #toAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the To: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              \n@param toAddresses The recipients to place on the To: line of the message.", "setterMethodName" : "setToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the To: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcAddresses", "beanStyleSetterMethodName" : "setCcAddresses", "c2jName" : "CcAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccAddresses(List)}.\n@param ccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the CC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CcAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CcAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CcAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              \n@param ccAddresses The recipients to place on the CC: line of the message.", "setterMethodName" : "setCcAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the CC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBccAddresses", "beanStyleSetterMethodName" : "setBccAddresses", "c2jName" : "BccAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bccAddresses(List)}.\n@param bccAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bccAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bccAddresses", "fluentSetterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bccAddresses", "getterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return The recipients to place on the BCC: line of the message.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BccAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BccAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BccAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              \n@param bccAddresses The recipients to place on the BCC: line of the message.", "setterMethodName" : "setBccAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                              The recipients to place on the BCC: line of the message.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Destination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "wrapper" : false, "xmlNamespace" : null }, "DimensionValueSource" : { "c2jName" : "DimensionValueSource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "MESSAGE_TAG", "value" : "messageTag" }, { "name" : "EMAIL_HEADER", "value" : "emailHeader" }, { "name" : "LINK_TAG", "value" : "linkTag" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DimensionValueSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DimensionValueSource", "variableName" : "dimensionValueSource", "variableType" : "DimensionValueSource", "documentation" : null, "simpleType" : "DimensionValueSource", "variableSetterType" : "DimensionValueSource" }, "wrapper" : false, "xmlNamespace" : null }, "DsnAction" : { "c2jName" : "DsnAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "FAILED", "value" : "failed" }, { "name" : "DELAYED", "value" : "delayed" }, { "name" : "DELIVERED", "value" : "delivered" }, { "name" : "RELAYED", "value" : "relayed" }, { "name" : "EXPANDED", "value" : "expanded" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DsnAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DsnAction", "variableName" : "dsnAction", "variableType" : "DsnAction", "documentation" : null, "simpleType" : "DsnAction", "variableSetterType" : "DsnAction" }, "wrapper" : false, "xmlNamespace" : null }, "EventDestination" : { "c2jName" : "EventDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Contains information about the event destination that the specified email sending events will be published to.

                                                                                                              When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).

                                                                                                              Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the event destination. The name must:

                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 64 characters.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the event destination. The name must:

                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 64 characters.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                              The name of the event destination. The name must:

                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 64 characters.

                                                                                                              \n@param name The name of the event destination. The name must:

                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 64 characters.

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                The name of the event destination. The name must:

                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                • Contain less than 64 characters.

                                                                                                                \n@return The name of the event destination. The name must:

                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                • Contain less than 64 characters.

                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                  The name of the event destination. The name must:

                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 64 characters.

                                                                                                                  \n@param name The name of the event destination. The name must:

                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 64 characters.

                                                                                                                  • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                    The name of the event destination. The name must:

                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 64 characters.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@return Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMatchingEventTypesAsStrings", "beanStyleSetterMethodName" : "setMatchingEventTypesWithStrings", "c2jName" : "MatchingEventTypes", "c2jShape" : "EventTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matchingEventTypesAsStrings(List)}.\n@param matchingEventTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchingEventTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "matchingEventTypes", "fluentEnumSetterMethodName" : "matchingEventTypes", "fluentGetterMethodName" : "matchingEventTypesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matchingEventTypesWithStrings", "getterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return The type of email sending events to publish to the event destination.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MatchingEventTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MatchingEventTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                    \n@return The value of the Member property for this object.\n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MatchingEventTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n@param matchingEventTypes The type of email sending events to publish to the event destination.", "setterMethodName" : "setMatchingEventTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseDestination", "beanStyleSetterMethodName" : "setKinesisFirehoseDestination", "c2jName" : "KinesisFirehoseDestination", "c2jShape" : "KinesisFirehoseDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseDestination.Builder} avoiding the need to create one manually via {@link KinesisFirehoseDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseDestination.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseDestination(KinesisFirehoseDestination)}.\n@param kinesisFirehoseDestination a consumer that will call methods on {@link KinesisFirehoseDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseDestination(KinesisFirehoseDestination)", "deprecated" : false, "documentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseDestination", "fluentSetterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseDestination", "getterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@return An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "getterModel" : { "returnType" : "KinesisFirehoseDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisFirehoseDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "setterMethodName" : "setKinesisFirehoseDestination", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : null, "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    ", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchDestination", "beanStyleSetterMethodName" : "setCloudWatchDestination", "c2jName" : "CloudWatchDestination", "c2jShape" : "CloudWatchDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link CloudWatchDestination.Builder} avoiding the need to create one manually via {@link CloudWatchDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDestination.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchDestination(CloudWatchDestination)}.\n@param cloudWatchDestination a consumer that will call methods on {@link CloudWatchDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchDestination(CloudWatchDestination)", "deprecated" : false, "documentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchDestination", "fluentSetterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchDestination", "getterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@return An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "getterModel" : { "returnType" : "CloudWatchDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudWatchDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "setterMethodName" : "setCloudWatchDestination", "setterModel" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : null, "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    ", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsDestination", "beanStyleSetterMethodName" : "setSnsDestination", "c2jName" : "SNSDestination", "c2jShape" : "SNSDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link SNSDestination.Builder} avoiding the need to create one manually via {@link SNSDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSDestination.Builder#build()} is called immediately and its result is passed to {@link #snsDestination(SNSDestination)}.\n@param snsDestination a consumer that will call methods on {@link SNSDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsDestination(SNSDestination)", "deprecated" : false, "documentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsDestination", "fluentSetterDocumentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsDestination", "getterDocumentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    \n@return An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "getterModel" : { "returnType" : "SNSDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "setterMethodName" : "setSnsDestination", "setterModel" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : null, "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : "

                                                                                                                    An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                    ", "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudWatchDestination" : { "beanStyleGetterMethodName" : "getCloudWatchDestination", "beanStyleSetterMethodName" : "setCloudWatchDestination", "c2jName" : "CloudWatchDestination", "c2jShape" : "CloudWatchDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link CloudWatchDestination.Builder} avoiding the need to create one manually via {@link CloudWatchDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDestination.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchDestination(CloudWatchDestination)}.\n@param cloudWatchDestination a consumer that will call methods on {@link CloudWatchDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchDestination(CloudWatchDestination)", "deprecated" : false, "documentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchDestination", "fluentSetterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchDestination", "getterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@return An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "getterModel" : { "returnType" : "CloudWatchDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudWatchDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "setterMethodName" : "setCloudWatchDestination", "setterModel" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : null, "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "

                                                                                                                    An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                    ", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@return Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                    Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KinesisFirehoseDestination" : { "beanStyleGetterMethodName" : "getKinesisFirehoseDestination", "beanStyleSetterMethodName" : "setKinesisFirehoseDestination", "c2jName" : "KinesisFirehoseDestination", "c2jShape" : "KinesisFirehoseDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseDestination.Builder} avoiding the need to create one manually via {@link KinesisFirehoseDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseDestination.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseDestination(KinesisFirehoseDestination)}.\n@param kinesisFirehoseDestination a consumer that will call methods on {@link KinesisFirehoseDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseDestination(KinesisFirehoseDestination)", "deprecated" : false, "documentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseDestination", "fluentSetterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseDestination", "getterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@return An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "getterModel" : { "returnType" : "KinesisFirehoseDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisFirehoseDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "setterMethodName" : "setKinesisFirehoseDestination", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : null, "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "

                                                                                                                    An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                    ", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MatchingEventTypes" : { "beanStyleGetterMethodName" : "getMatchingEventTypesAsStrings", "beanStyleSetterMethodName" : "setMatchingEventTypesWithStrings", "c2jName" : "MatchingEventTypes", "c2jShape" : "EventTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matchingEventTypesAsStrings(List)}.\n@param matchingEventTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchingEventTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "matchingEventTypes", "fluentEnumSetterMethodName" : "matchingEventTypes", "fluentGetterMethodName" : "matchingEventTypesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matchingEventTypesWithStrings", "getterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return The type of email sending events to publish to the event destination.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MatchingEventTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MatchingEventTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                    \n@return The value of the Member property for this object.\n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MatchingEventTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    \n@param matchingEventTypes The type of email sending events to publish to the event destination.", "setterMethodName" : "setMatchingEventTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    The type of email sending events to publish to the event destination.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The name of the event destination. The name must:

                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 64 characters.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The name of the event destination. The name must:

                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 64 characters.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                    The name of the event destination. The name must:

                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 64 characters.

                                                                                                                    \n@param name The name of the event destination. The name must:

                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 64 characters.

                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                      The name of the event destination. The name must:

                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                      • Contain less than 64 characters.

                                                                                                                      \n@return The name of the event destination. The name must:

                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                      • Contain less than 64 characters.

                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        The name of the event destination. The name must:

                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                        • Contain less than 64 characters.

                                                                                                                        \n@param name The name of the event destination. The name must:

                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                        • Contain less than 64 characters.

                                                                                                                        • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the event destination. The name must:

                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 64 characters.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SNSDestination" : { "beanStyleGetterMethodName" : "getSnsDestination", "beanStyleSetterMethodName" : "setSnsDestination", "c2jName" : "SNSDestination", "c2jShape" : "SNSDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link SNSDestination.Builder} avoiding the need to create one manually via {@link SNSDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSDestination.Builder#build()} is called immediately and its result is passed to {@link #snsDestination(SNSDestination)}.\n@param snsDestination a consumer that will call methods on {@link SNSDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsDestination(SNSDestination)", "deprecated" : false, "documentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsDestination", "fluentSetterDocumentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsDestination", "getterDocumentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          \n@return An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "getterModel" : { "returnType" : "SNSDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "setterMethodName" : "setSnsDestination", "setterModel" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : null, "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : "

                                                                                                                          An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                          ", "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the event destination. The name must:

                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 64 characters.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The name of the event destination. The name must:

                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 64 characters.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                          The name of the event destination. The name must:

                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 64 characters.

                                                                                                                          \n@param name The name of the event destination. The name must:

                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 64 characters.

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                            The name of the event destination. The name must:

                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                            • Contain less than 64 characters.

                                                                                                                            \n@return The name of the event destination. The name must:

                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                            • Contain less than 64 characters.

                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                              The name of the event destination. The name must:

                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                              • Contain less than 64 characters.

                                                                                                                              \n@param name The name of the event destination. The name must:

                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                              • Contain less than 64 characters.

                                                                                                                              • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the event destination. The name must:

                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 64 characters.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                \n@return Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMatchingEventTypesAsStrings", "beanStyleSetterMethodName" : "setMatchingEventTypesWithStrings", "c2jName" : "MatchingEventTypes", "c2jShape" : "EventTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matchingEventTypesAsStrings(List)}.\n@param matchingEventTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchingEventTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "matchingEventTypes", "fluentEnumSetterMethodName" : "matchingEventTypes", "fluentGetterMethodName" : "matchingEventTypesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matchingEventTypesWithStrings", "getterDocumentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The type of email sending events to publish to the event destination.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MatchingEventTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MatchingEventTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "EventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EventType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                \n@return The value of the Member property for this object.\n@see EventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EventType", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MatchingEventTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                \n@param matchingEventTypes The type of email sending events to publish to the event destination.", "setterMethodName" : "setMatchingEventTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The type of email sending events to publish to the event destination.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseDestination", "beanStyleSetterMethodName" : "setKinesisFirehoseDestination", "c2jName" : "KinesisFirehoseDestination", "c2jShape" : "KinesisFirehoseDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link KinesisFirehoseDestination.Builder} avoiding the need to create one manually via {@link KinesisFirehoseDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseDestination.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseDestination(KinesisFirehoseDestination)}.\n@param kinesisFirehoseDestination a consumer that will call methods on {@link KinesisFirehoseDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseDestination(KinesisFirehoseDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseDestination", "fluentSetterDocumentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseDestination", "getterDocumentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                \n@return An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "getterModel" : { "returnType" : "KinesisFirehoseDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "KinesisFirehoseDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.", "setterMethodName" : "setKinesisFirehoseDestination", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : null, "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "

                                                                                                                                An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                ", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchDestination", "beanStyleSetterMethodName" : "setCloudWatchDestination", "c2jName" : "CloudWatchDestination", "c2jShape" : "CloudWatchDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link CloudWatchDestination.Builder} avoiding the need to create one manually via {@link CloudWatchDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDestination.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchDestination(CloudWatchDestination)}.\n@param cloudWatchDestination a consumer that will call methods on {@link CloudWatchDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchDestination(CloudWatchDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchDestination", "fluentSetterDocumentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchDestination", "getterDocumentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                \n@return An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "getterModel" : { "returnType" : "CloudWatchDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CloudWatchDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.", "setterMethodName" : "setCloudWatchDestination", "setterModel" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : null, "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "

                                                                                                                                An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                                                                ", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsDestination", "beanStyleSetterMethodName" : "setSnsDestination", "c2jName" : "SNSDestination", "c2jShape" : "SNSDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link SNSDestination.Builder} avoiding the need to create one manually via {@link SNSDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSDestination.Builder#build()} is called immediately and its result is passed to {@link #snsDestination(SNSDestination)}.\n@param snsDestination a consumer that will call methods on {@link SNSDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsDestination(SNSDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsDestination", "fluentSetterDocumentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsDestination", "getterDocumentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                \n@return An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "getterModel" : { "returnType" : "SNSDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                \n@param snsDestination An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.", "setterMethodName" : "setSnsDestination", "setterModel" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : null, "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : "

                                                                                                                                An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                ", "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "MatchingEventTypes" ], "shapeName" : "EventDestination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "wrapper" : false, "xmlNamespace" : null }, "EventDestinationAlreadyExistsException" : { "c2jName" : "EventDestinationAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination could not be created because of a naming conflict.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EventDestinationAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventDestinationAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EventDestinationAlreadyExistsException", "variableName" : "eventDestinationAlreadyExistsException", "variableType" : "EventDestinationAlreadyExistsException", "documentation" : null, "simpleType" : "EventDestinationAlreadyExistsException", "variableSetterType" : "EventDestinationAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "EventDestinationDoesNotExistException" : { "c2jName" : "EventDestinationDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EventDestinationDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventDestinationDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EventDestinationDoesNotExistException", "variableName" : "eventDestinationDoesNotExistException", "variableType" : "EventDestinationDoesNotExistException", "documentation" : null, "simpleType" : "EventDestinationDoesNotExistException", "variableSetterType" : "EventDestinationDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "EventType" : { "c2jName" : "EventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SEND", "value" : "send" }, { "name" : "REJECT", "value" : "reject" }, { "name" : "BOUNCE", "value" : "bounce" }, { "name" : "COMPLAINT", "value" : "complaint" }, { "name" : "DELIVERY", "value" : "delivery" }, { "name" : "OPEN", "value" : "open" }, { "name" : "CLICK", "value" : "click" }, { "name" : "RENDERING_FAILURE", "value" : "renderingFailure" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventType", "variableName" : "eventType", "variableType" : "EventType", "documentation" : null, "simpleType" : "EventType", "variableSetterType" : "EventType" }, "wrapper" : false, "xmlNamespace" : null }, "ExtensionField" : { "c2jName" : "ExtensionField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

                                                                                                                                For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtensionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "ExtensionFieldValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@return The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtensionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "ExtensionFieldValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@return The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtensionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "ExtensionFieldValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@return The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "ExtensionField", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "extensionField", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "wrapper" : false, "xmlNamespace" : null }, "FromEmailAddressNotVerifiedException" : { "c2jName" : "FromEmailAddressNotVerifiedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FromEmailAddressNotVerified", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@return Indicates that the from email address associated with the custom verification email template is not verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FromEmailAddress" : { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@return Indicates that the from email address associated with the custom verification email template is not verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@return Indicates that the from email address associated with the custom verification email template is not verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                \n@param fromEmailAddress Indicates that the from email address associated with the custom verification email template is not verified.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the from email address associated with the custom verification email template is not verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FromEmailAddressNotVerifiedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FromEmailAddressNotVerifiedException", "variableName" : "fromEmailAddressNotVerifiedException", "variableType" : "FromEmailAddressNotVerifiedException", "documentation" : null, "simpleType" : "FromEmailAddressNotVerifiedException", "variableSetterType" : "FromEmailAddressNotVerifiedException" }, "wrapper" : false, "xmlNamespace" : null }, "GetAccountSendingEnabledRequest" : { "c2jName" : "GetAccountSendingEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetAccountSendingEnabled", "locationName" : null, "requestUri" : "/", "target" : "GetAccountSendingEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAccountSendingEnabledRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAccountSendingEnabledRequest", "variableName" : "getAccountSendingEnabledRequest", "variableType" : "GetAccountSendingEnabledRequest", "documentation" : null, "simpleType" : "GetAccountSendingEnabledRequest", "variableSetterType" : "GetAccountSendingEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAccountSendingEnabledResponse" : { "c2jName" : "GetAccountSendingEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAccountSendingEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetAccountSendingEnabledResult" }, "variable" : { "variableDeclarationType" : "GetAccountSendingEnabledResponse", "variableName" : "getAccountSendingEnabledResponse", "variableType" : "GetAccountSendingEnabledResponse", "documentation" : null, "simpleType" : "GetAccountSendingEnabledResponse", "variableSetterType" : "GetAccountSendingEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetCustomVerificationEmailTemplateRequest" : { "c2jName" : "GetCustomVerificationEmailTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to retrieve an existing custom verification email template.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetCustomVerificationEmailTemplate", "locationName" : null, "requestUri" : "/", "target" : "GetCustomVerificationEmailTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@return The name of the custom verification email template that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@return The name of the custom verification email template that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@return The name of the custom verification email template that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                \n@param templateName The name of the custom verification email template that you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template that you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "GetCustomVerificationEmailTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetCustomVerificationEmailTemplateRequest", "variableName" : "getCustomVerificationEmailTemplateRequest", "variableType" : "GetCustomVerificationEmailTemplateRequest", "documentation" : null, "simpleType" : "GetCustomVerificationEmailTemplateRequest", "variableSetterType" : "GetCustomVerificationEmailTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetCustomVerificationEmailTemplateResponse" : { "c2jName" : "GetCustomVerificationEmailTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The content of the custom verification email template.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@return The content of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureRedirectionURL" : { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FromEmailAddress" : { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SuccessRedirectionURL" : { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateContent" : { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@return The content of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateSubject" : { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@return The name of the custom verification email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                \n@param templateName The name of the custom verification email template.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the custom verification email template.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                The email address that the custom verification email is sent from.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                The subject line of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@return The content of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                \n@param templateContent The content of the custom verification email.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                The content of the custom verification email.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetCustomVerificationEmailTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetCustomVerificationEmailTemplateResult" }, "variable" : { "variableDeclarationType" : "GetCustomVerificationEmailTemplateResponse", "variableName" : "getCustomVerificationEmailTemplateResponse", "variableType" : "GetCustomVerificationEmailTemplateResponse", "documentation" : null, "simpleType" : "GetCustomVerificationEmailTemplateResponse", "variableSetterType" : "GetCustomVerificationEmailTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityDkimAttributesRequest" : { "c2jName" : "GetIdentityDkimAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetIdentityDkimAttributes", "locationName" : null, "requestUri" : "/", "target" : "GetIdentityDkimAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more verified identities - email addresses, domains, or both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more verified identities - email addresses, domains, or both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more verified identities - email addresses, domains, or both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                \n@param identities A list of one or more verified identities - email addresses, domains, or both.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more verified identities - email addresses, domains, or both.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityDkimAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityDkimAttributesRequest", "variableName" : "getIdentityDkimAttributesRequest", "variableType" : "GetIdentityDkimAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityDkimAttributesRequest", "variableSetterType" : "GetIdentityDkimAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityDkimAttributesResponse" : { "c2jName" : "GetIdentityDkimAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDkimAttributes", "beanStyleSetterMethodName" : "setDkimAttributes", "c2jName" : "DkimAttributes", "c2jShape" : "DkimAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #dkimAttributes(Map)}.\n@param dkimAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimAttributes", "fluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimAttributes", "getterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The DKIM attributes for an email address or a domain.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityDkimAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityDkimAttributes.Builder} avoiding the need to create one manually via {@link IdentityDkimAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityDkimAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityDkimAttributes)}.\n@param value a consumer that will call methods on {@link IdentityDkimAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityDkimAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityDkimAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : null, "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DkimAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.", "setterMethodName" : "setDkimAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimAttributes" : { "beanStyleGetterMethodName" : "getDkimAttributes", "beanStyleSetterMethodName" : "setDkimAttributes", "c2jName" : "DkimAttributes", "c2jShape" : "DkimAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #dkimAttributes(Map)}.\n@param dkimAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimAttributes", "fluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimAttributes", "getterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The DKIM attributes for an email address or a domain.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityDkimAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityDkimAttributes.Builder} avoiding the need to create one manually via {@link IdentityDkimAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityDkimAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityDkimAttributes)}.\n@param value a consumer that will call methods on {@link IdentityDkimAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityDkimAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityDkimAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : null, "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DkimAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.", "setterMethodName" : "setDkimAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDkimAttributes", "beanStyleSetterMethodName" : "setDkimAttributes", "c2jName" : "DkimAttributes", "c2jShape" : "DkimAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #dkimAttributes(Map)}.\n@param dkimAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimAttributes", "fluentSetterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimAttributes", "getterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The DKIM attributes for an email address or a domain.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityDkimAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityDkimAttributes.Builder} avoiding the need to create one manually via {@link IdentityDkimAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityDkimAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityDkimAttributes)}.\n@param value a consumer that will call methods on {@link IdentityDkimAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityDkimAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityDkimAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : null, "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DkimAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                \n@param dkimAttributes The DKIM attributes for an email address or a domain.", "setterMethodName" : "setDkimAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                The DKIM attributes for an email address or a domain.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimAttributes" ], "shapeName" : "GetIdentityDkimAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityDkimAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityDkimAttributesResponse", "variableName" : "getIdentityDkimAttributesResponse", "variableType" : "GetIdentityDkimAttributesResponse", "documentation" : null, "simpleType" : "GetIdentityDkimAttributesResponse", "variableSetterType" : "GetIdentityDkimAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityMailFromDomainAttributesRequest" : { "c2jName" : "GetIdentityMailFromDomainAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetIdentityMailFromDomainAttributes", "locationName" : null, "requestUri" : "/", "target" : "GetIdentityMailFromDomainAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                \n@param identities A list of one or more identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityMailFromDomainAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest", "variableName" : "getIdentityMailFromDomainAttributesRequest", "variableType" : "GetIdentityMailFromDomainAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityMailFromDomainAttributesRequest", "variableSetterType" : "GetIdentityMailFromDomainAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityMailFromDomainAttributesResponse" : { "c2jName" : "GetIdentityMailFromDomainAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the custom MAIL FROM attributes for a list of identities.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMailFromDomainAttributes", "beanStyleSetterMethodName" : "setMailFromDomainAttributes", "c2jName" : "MailFromDomainAttributes", "c2jShape" : "MailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainAttributes(Map)}.\n@param mailFromDomainAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomainAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomainAttributes", "getterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of identities to custom MAIL FROM attributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityMailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityMailFromDomainAttributes.Builder} avoiding the need to create one manually via {@link IdentityMailFromDomainAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityMailFromDomainAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityMailFromDomainAttributes)}.\n@param value a consumer that will call methods on {@link IdentityMailFromDomainAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityMailFromDomainAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityMailFromDomainAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : null, "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "MailFromDomainAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.", "setterMethodName" : "setMailFromDomainAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MailFromDomainAttributes" : { "beanStyleGetterMethodName" : "getMailFromDomainAttributes", "beanStyleSetterMethodName" : "setMailFromDomainAttributes", "c2jName" : "MailFromDomainAttributes", "c2jShape" : "MailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainAttributes(Map)}.\n@param mailFromDomainAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomainAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomainAttributes", "getterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of identities to custom MAIL FROM attributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityMailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityMailFromDomainAttributes.Builder} avoiding the need to create one manually via {@link IdentityMailFromDomainAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityMailFromDomainAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityMailFromDomainAttributes)}.\n@param value a consumer that will call methods on {@link IdentityMailFromDomainAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityMailFromDomainAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityMailFromDomainAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : null, "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "MailFromDomainAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.", "setterMethodName" : "setMailFromDomainAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMailFromDomainAttributes", "beanStyleSetterMethodName" : "setMailFromDomainAttributes", "c2jName" : "MailFromDomainAttributes", "c2jShape" : "MailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainAttributes(Map)}.\n@param mailFromDomainAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomainAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomainAttributes", "getterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of identities to custom MAIL FROM attributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityMailFromDomainAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityMailFromDomainAttributes.Builder} avoiding the need to create one manually via {@link IdentityMailFromDomainAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityMailFromDomainAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityMailFromDomainAttributes)}.\n@param value a consumer that will call methods on {@link IdentityMailFromDomainAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityMailFromDomainAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityMailFromDomainAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : null, "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "MailFromDomainAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.", "setterMethodName" : "setMailFromDomainAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of identities to custom MAIL FROM attributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MailFromDomainAttributes" ], "shapeName" : "GetIdentityMailFromDomainAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityMailFromDomainAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesResponse", "variableName" : "getIdentityMailFromDomainAttributesResponse", "variableType" : "GetIdentityMailFromDomainAttributesResponse", "documentation" : null, "simpleType" : "GetIdentityMailFromDomainAttributesResponse", "variableSetterType" : "GetIdentityMailFromDomainAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityNotificationAttributesRequest" : { "c2jName" : "GetIdentityNotificationAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetIdentityNotificationAttributes", "locationName" : null, "requestUri" : "/", "target" : "GetIdentityNotificationAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                \n@param identities A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityNotificationAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityNotificationAttributesRequest", "variableName" : "getIdentityNotificationAttributesRequest", "variableType" : "GetIdentityNotificationAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityNotificationAttributesRequest", "variableSetterType" : "GetIdentityNotificationAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityNotificationAttributesResponse" : { "c2jName" : "GetIdentityNotificationAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the notification attributes for a list of identities.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getNotificationAttributes", "beanStyleSetterMethodName" : "setNotificationAttributes", "c2jName" : "NotificationAttributes", "c2jShape" : "NotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #notificationAttributes(Map)}.\n@param notificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identity to IdentityNotificationAttributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityNotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityNotificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityNotificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityNotificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityNotificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityNotificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityNotificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityNotificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : null, "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NotificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.", "setterMethodName" : "setNotificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NotificationAttributes" : { "beanStyleGetterMethodName" : "getNotificationAttributes", "beanStyleSetterMethodName" : "setNotificationAttributes", "c2jName" : "NotificationAttributes", "c2jShape" : "NotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #notificationAttributes(Map)}.\n@param notificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identity to IdentityNotificationAttributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityNotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityNotificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityNotificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityNotificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityNotificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityNotificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityNotificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityNotificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : null, "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NotificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.", "setterMethodName" : "setNotificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNotificationAttributes", "beanStyleSetterMethodName" : "setNotificationAttributes", "c2jName" : "NotificationAttributes", "c2jShape" : "NotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #notificationAttributes(Map)}.\n@param notificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identity to IdentityNotificationAttributes.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityNotificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityNotificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityNotificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityNotificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityNotificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityNotificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityNotificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityNotificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : null, "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "NotificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.", "setterMethodName" : "setNotificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identity to IdentityNotificationAttributes.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "NotificationAttributes" ], "shapeName" : "GetIdentityNotificationAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityNotificationAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityNotificationAttributesResponse", "variableName" : "getIdentityNotificationAttributesResponse", "variableType" : "GetIdentityNotificationAttributesResponse", "documentation" : null, "simpleType" : "GetIdentityNotificationAttributesResponse", "variableSetterType" : "GetIdentityNotificationAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityPoliciesRequest" : { "c2jName" : "GetIdentityPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetIdentityPolicies", "locationName" : null, "requestUri" : "/", "target" : "GetIdentityPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyNames" : { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                \n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyNames" ], "shapeName" : "GetIdentityPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityPoliciesRequest", "variableName" : "getIdentityPoliciesRequest", "variableType" : "GetIdentityPoliciesRequest", "documentation" : null, "simpleType" : "GetIdentityPoliciesRequest", "variableSetterType" : "GetIdentityPoliciesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityPoliciesResponse" : { "c2jName" : "GetIdentityPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the requested sending authorization policies.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #policies(Map)}.\n@param policies a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of policy names to policies.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policies" : { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #policies(Map)}.\n@param policies a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of policy names to policies.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "PolicyMap", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #policies(Map)}.\n@param policies a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of policy names to policies.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                \n@param policies A map of policy names to policies.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of policy names to policies.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Policies" ], "shapeName" : "GetIdentityPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityPoliciesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityPoliciesResponse", "variableName" : "getIdentityPoliciesResponse", "variableType" : "GetIdentityPoliciesResponse", "documentation" : null, "simpleType" : "GetIdentityPoliciesResponse", "variableSetterType" : "GetIdentityPoliciesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityVerificationAttributesRequest" : { "c2jName" : "GetIdentityVerificationAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetIdentityVerificationAttributes", "locationName" : null, "requestUri" : "/", "target" : "GetIdentityVerificationAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityVerificationAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityVerificationAttributesRequest", "variableName" : "getIdentityVerificationAttributesRequest", "variableType" : "GetIdentityVerificationAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityVerificationAttributesRequest", "variableSetterType" : "GetIdentityVerificationAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetIdentityVerificationAttributesResponse" : { "c2jName" : "GetIdentityVerificationAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getVerificationAttributes", "beanStyleSetterMethodName" : "setVerificationAttributes", "c2jName" : "VerificationAttributes", "c2jShape" : "VerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #verificationAttributes(Map)}.\n@param verificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identities to IdentityVerificationAttributes objects.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityVerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityVerificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityVerificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityVerificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityVerificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityVerificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityVerificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityVerificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : null, "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "VerificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.", "setterMethodName" : "setVerificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationAttributes" : { "beanStyleGetterMethodName" : "getVerificationAttributes", "beanStyleSetterMethodName" : "setVerificationAttributes", "c2jName" : "VerificationAttributes", "c2jShape" : "VerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #verificationAttributes(Map)}.\n@param verificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identities to IdentityVerificationAttributes objects.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityVerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityVerificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityVerificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityVerificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityVerificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityVerificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityVerificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityVerificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : null, "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "VerificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.", "setterMethodName" : "setVerificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getVerificationAttributes", "beanStyleSetterMethodName" : "setVerificationAttributes", "c2jName" : "VerificationAttributes", "c2jShape" : "VerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #verificationAttributes(Map)}.\n@param verificationAttributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationAttributes(Map)", "deprecated" : false, "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationAttributes", "fluentSetterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationAttributes", "getterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A map of Identities to IdentityVerificationAttributes objects.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "IdentityVerificationAttributes", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link IdentityVerificationAttributes.Builder} avoiding the need to create one manually via {@link IdentityVerificationAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link IdentityVerificationAttributes.Builder#build()} is called immediately and its result is passed to {@link #value(IdentityVerificationAttributes)}.\n@param value a consumer that will call methods on {@link IdentityVerificationAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(IdentityVerificationAttributes)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "IdentityVerificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : null, "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "VerificationAttributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.", "setterMethodName" : "setVerificationAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                A map of Identities to IdentityVerificationAttributes objects.

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationAttributes" ], "shapeName" : "GetIdentityVerificationAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityVerificationAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityVerificationAttributesResponse", "variableName" : "getIdentityVerificationAttributesResponse", "variableType" : "GetIdentityVerificationAttributesResponse", "documentation" : null, "simpleType" : "GetIdentityVerificationAttributesResponse", "variableSetterType" : "GetIdentityVerificationAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSendQuotaRequest" : { "c2jName" : "GetSendQuotaRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetSendQuota", "locationName" : null, "requestUri" : "/", "target" : "GetSendQuota", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendQuotaRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSendQuotaRequest", "variableName" : "getSendQuotaRequest", "variableType" : "GetSendQuotaRequest", "documentation" : null, "simpleType" : "GetSendQuotaRequest", "variableSetterType" : "GetSendQuotaRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSendQuotaResponse" : { "c2jName" : "GetSendQuotaResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMax24HourSend", "beanStyleSetterMethodName" : "setMax24HourSend", "c2jName" : "Max24HourSend", "c2jShape" : "Max24HourSend", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #max24HourSend(Double)}.\n@param max24HourSend a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max24HourSend(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max24HourSend", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max24HourSend", "getterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@return The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max24HourSend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max24HourSend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Max24HourSend", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "setterMethodName" : "setMax24HourSend", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxSendRate", "beanStyleSetterMethodName" : "setMaxSendRate", "c2jName" : "MaxSendRate", "c2jShape" : "MaxSendRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxSendRate(Double)}.\n@param maxSendRate a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSendRate(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSendRate", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSendRate", "getterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxSendRate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSendRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "MaxSendRate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "setterMethodName" : "setMaxSendRate", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSentLast24Hours", "beanStyleSetterMethodName" : "setSentLast24Hours", "c2jName" : "SentLast24Hours", "c2jShape" : "SentLast24Hours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sentLast24Hours(Double)}.\n@param sentLast24Hours a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sentLast24Hours(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sentLast24Hours", "fluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sentLast24Hours", "getterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@return The number of emails sent during the previous 24 hours.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SentLast24Hours", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SentLast24Hours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "SentLast24Hours", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.", "setterMethodName" : "setSentLast24Hours", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Max24HourSend" : { "beanStyleGetterMethodName" : "getMax24HourSend", "beanStyleSetterMethodName" : "setMax24HourSend", "c2jName" : "Max24HourSend", "c2jShape" : "Max24HourSend", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #max24HourSend(Double)}.\n@param max24HourSend a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max24HourSend(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max24HourSend", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max24HourSend", "getterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@return The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max24HourSend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max24HourSend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Max24HourSend", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "setterMethodName" : "setMax24HourSend", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSendRate" : { "beanStyleGetterMethodName" : "getMaxSendRate", "beanStyleSetterMethodName" : "setMaxSendRate", "c2jName" : "MaxSendRate", "c2jShape" : "MaxSendRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxSendRate(Double)}.\n@param maxSendRate a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSendRate(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSendRate", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSendRate", "getterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxSendRate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSendRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "MaxSendRate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "setterMethodName" : "setMaxSendRate", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SentLast24Hours" : { "beanStyleGetterMethodName" : "getSentLast24Hours", "beanStyleSetterMethodName" : "setSentLast24Hours", "c2jName" : "SentLast24Hours", "c2jShape" : "SentLast24Hours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sentLast24Hours(Double)}.\n@param sentLast24Hours a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sentLast24Hours(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sentLast24Hours", "fluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sentLast24Hours", "getterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@return The number of emails sent during the previous 24 hours.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SentLast24Hours", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SentLast24Hours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "SentLast24Hours", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.", "setterMethodName" : "setSentLast24Hours", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMax24HourSend", "beanStyleSetterMethodName" : "setMax24HourSend", "c2jName" : "Max24HourSend", "c2jShape" : "Max24HourSend", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #max24HourSend(Double)}.\n@param max24HourSend a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max24HourSend(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max24HourSend", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max24HourSend", "getterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@return The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max24HourSend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max24HourSend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Max24HourSend", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.", "setterMethodName" : "setMax24HourSend", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxSendRate", "beanStyleSetterMethodName" : "setMaxSendRate", "c2jName" : "MaxSendRate", "c2jShape" : "MaxSendRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxSendRate(Double)}.\n@param maxSendRate a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSendRate(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSendRate", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSendRate", "getterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@return The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxSendRate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSendRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "MaxSendRate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "setterMethodName" : "setMaxSendRate", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "

                                                                                                                                The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                                                The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSentLast24Hours", "beanStyleSetterMethodName" : "setSentLast24Hours", "c2jName" : "SentLast24Hours", "c2jShape" : "SentLast24Hours", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sentLast24Hours(Double)}.\n@param sentLast24Hours a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sentLast24Hours(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sentLast24Hours", "fluentSetterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sentLast24Hours", "getterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@return The number of emails sent during the previous 24 hours.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SentLast24Hours", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SentLast24Hours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "SentLast24Hours", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                \n@param sentLast24Hours The number of emails sent during the previous 24 hours.", "setterMethodName" : "setSentLast24Hours", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "

                                                                                                                                The number of emails sent during the previous 24 hours.

                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendQuotaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetSendQuotaResult" }, "variable" : { "variableDeclarationType" : "GetSendQuotaResponse", "variableName" : "getSendQuotaResponse", "variableType" : "GetSendQuotaResponse", "documentation" : null, "simpleType" : "GetSendQuotaResponse", "variableSetterType" : "GetSendQuotaResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetSendStatisticsRequest" : { "c2jName" : "GetSendStatisticsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetSendStatistics", "locationName" : null, "requestUri" : "/", "target" : "GetSendStatistics", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendStatisticsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSendStatisticsRequest", "variableName" : "getSendStatisticsRequest", "variableType" : "GetSendStatisticsRequest", "documentation" : null, "simpleType" : "GetSendStatisticsRequest", "variableSetterType" : "GetSendStatisticsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetSendStatisticsResponse" : { "c2jName" : "GetSendStatisticsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSendDataPoints", "beanStyleSetterMethodName" : "setSendDataPoints", "c2jName" : "SendDataPoints", "c2jShape" : "SendDataPointList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sendDataPoints(List)}.\n@param sendDataPoints a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendDataPoints(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendDataPoints", "fluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendDataPoints", "getterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of data points, each of which represents 15 minutes of activity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendDataPoints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendDataPoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SendDataPoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SendDataPoint.Builder} avoiding the need to create one manually via {@link SendDataPoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link SendDataPoint.Builder#build()} is called immediately and its result is passed to {@link #member(SendDataPoint)}.\n@param member a consumer that will call methods on {@link SendDataPoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SendDataPoint)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SendDataPoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : null, "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SendDataPoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SendDataPoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SendDataPoints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.", "setterMethodName" : "setSendDataPoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SendDataPoints" : { "beanStyleGetterMethodName" : "getSendDataPoints", "beanStyleSetterMethodName" : "setSendDataPoints", "c2jName" : "SendDataPoints", "c2jShape" : "SendDataPointList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sendDataPoints(List)}.\n@param sendDataPoints a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendDataPoints(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendDataPoints", "fluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendDataPoints", "getterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of data points, each of which represents 15 minutes of activity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendDataPoints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendDataPoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SendDataPoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SendDataPoint.Builder} avoiding the need to create one manually via {@link SendDataPoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link SendDataPoint.Builder#build()} is called immediately and its result is passed to {@link #member(SendDataPoint)}.\n@param member a consumer that will call methods on {@link SendDataPoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SendDataPoint)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SendDataPoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : null, "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SendDataPoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SendDataPoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SendDataPoints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.", "setterMethodName" : "setSendDataPoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSendDataPoints", "beanStyleSetterMethodName" : "setSendDataPoints", "c2jName" : "SendDataPoints", "c2jShape" : "SendDataPointList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sendDataPoints(List)}.\n@param sendDataPoints a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendDataPoints(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendDataPoints", "fluentSetterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendDataPoints", "getterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of data points, each of which represents 15 minutes of activity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendDataPoints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendDataPoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SendDataPoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SendDataPoint.Builder} avoiding the need to create one manually via {@link SendDataPoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link SendDataPoint.Builder#build()} is called immediately and its result is passed to {@link #member(SendDataPoint)}.\n@param member a consumer that will call methods on {@link SendDataPoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SendDataPoint)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SendDataPoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : null, "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SendDataPoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SendDataPoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SendDataPoints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                \n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.", "setterMethodName" : "setSendDataPoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of data points, each of which represents 15 minutes of activity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendStatisticsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetSendStatisticsResult" }, "variable" : { "variableDeclarationType" : "GetSendStatisticsResponse", "variableName" : "getSendStatisticsResponse", "variableType" : "GetSendStatisticsResponse", "documentation" : null, "simpleType" : "GetSendStatisticsResponse", "variableSetterType" : "GetSendStatisticsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetTemplateRequest" : { "c2jName" : "GetTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetTemplate", "locationName" : null, "requestUri" : "/", "target" : "GetTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@return The name of the template you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@return The name of the template you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@return The name of the template you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                \n@param templateName The name of the template you want to retrieve.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                The name of the template you want to retrieve.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "GetTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTemplateRequest", "variableName" : "getTemplateRequest", "variableType" : "GetTemplateRequest", "documentation" : null, "simpleType" : "GetTemplateRequest", "variableSetterType" : "GetTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetTemplateResponse" : { "c2jName" : "GetTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Template" : { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetTemplateResult" }, "variable" : { "variableDeclarationType" : "GetTemplateResponse", "variableName" : "getTemplateResponse", "variableType" : "GetTemplateResponse", "documentation" : null, "simpleType" : "GetTemplateResponse", "variableSetterType" : "GetTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "IdentityDkimAttributes" : { "c2jName" : "IdentityDkimAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the DKIM attributes of a verified email address or a domain.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@return Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimVerificationStatusAsString", "beanStyleSetterMethodName" : "setDkimVerificationStatus", "c2jName" : "DkimVerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dkimVerificationStatusAsString(String)}.\n@param dkimVerificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimVerificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dkimVerificationStatus", "fluentEnumSetterMethodName" : "dkimVerificationStatus", "fluentGetterMethodName" : "dkimVerificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "dkimVerificationStatus", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #dkimVerificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dkimVerificationStatusAsString}.\n

                                                                                                                                \n@return Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimVerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimVerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DkimVerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "setterMethodName" : "setDkimVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimEnabled" : { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@return Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DkimTokens" : { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DkimVerificationStatus" : { "beanStyleGetterMethodName" : "getDkimVerificationStatusAsString", "beanStyleSetterMethodName" : "setDkimVerificationStatus", "c2jName" : "DkimVerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dkimVerificationStatusAsString(String)}.\n@param dkimVerificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimVerificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dkimVerificationStatus", "fluentEnumSetterMethodName" : "dkimVerificationStatus", "fluentGetterMethodName" : "dkimVerificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "dkimVerificationStatus", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #dkimVerificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dkimVerificationStatusAsString}.\n

                                                                                                                                \n@return Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimVerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimVerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DkimVerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "setterMethodName" : "setDkimVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@return Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                \n@param dkimEnabled Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimVerificationStatusAsString", "beanStyleSetterMethodName" : "setDkimVerificationStatus", "c2jName" : "DkimVerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dkimVerificationStatusAsString(String)}.\n@param dkimVerificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimVerificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "dkimVerificationStatus", "fluentEnumSetterMethodName" : "dkimVerificationStatus", "fluentGetterMethodName" : "dkimVerificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "dkimVerificationStatus", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #dkimVerificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dkimVerificationStatusAsString}.\n

                                                                                                                                \n@return Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimVerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimVerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DkimVerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus", "setterMethodName" : "setDkimVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                \n@param dkimTokens A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimEnabled", "DkimVerificationStatus" ], "shapeName" : "IdentityDkimAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "identityDkimAttributes", "variableType" : "IdentityDkimAttributes", "documentation" : null, "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "wrapper" : false, "xmlNamespace" : null }, "IdentityMailFromDomainAttributes" : { "c2jName" : "IdentityMailFromDomainAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the custom MAIL FROM domain attributes of a verified identity (email address or domain).

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@return The custom MAIL FROM domain that the identity is configured to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMailFromDomainStatusAsString", "beanStyleSetterMethodName" : "setMailFromDomainStatus", "c2jName" : "MailFromDomainStatus", "c2jShape" : "CustomMailFromStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainStatusAsString(String)}.\n@param mailFromDomainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "CustomMailFromStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "mailFromDomainStatus", "fluentEnumSetterMethodName" : "mailFromDomainStatus", "fluentGetterMethodName" : "mailFromDomainStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus", "fluentSetterMethodName" : "mailFromDomainStatus", "getterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #mailFromDomainStatus} will return {@link CustomMailFromStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mailFromDomainStatusAsString}.\n

                                                                                                                                \n@return The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomainStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "setterMethodName" : "setMailFromDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                \n@return The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BehaviorOnMXFailure" : { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                \n@return The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MailFromDomain" : { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@return The custom MAIL FROM domain that the identity is configured to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MailFromDomainStatus" : { "beanStyleGetterMethodName" : "getMailFromDomainStatusAsString", "beanStyleSetterMethodName" : "setMailFromDomainStatus", "c2jName" : "MailFromDomainStatus", "c2jShape" : "CustomMailFromStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainStatusAsString(String)}.\n@param mailFromDomainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "CustomMailFromStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "mailFromDomainStatus", "fluentEnumSetterMethodName" : "mailFromDomainStatus", "fluentGetterMethodName" : "mailFromDomainStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus", "fluentSetterMethodName" : "mailFromDomainStatus", "getterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #mailFromDomainStatus} will return {@link CustomMailFromStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mailFromDomainStatusAsString}.\n

                                                                                                                                \n@return The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomainStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "setterMethodName" : "setMailFromDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@return The custom MAIL FROM domain that the identity is configured to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                The custom MAIL FROM domain that the identity is configured to use.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMailFromDomainStatusAsString", "beanStyleSetterMethodName" : "setMailFromDomainStatus", "c2jName" : "MailFromDomainStatus", "c2jShape" : "CustomMailFromStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomainStatusAsString(String)}.\n@param mailFromDomainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomainStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "CustomMailFromStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "mailFromDomainStatus", "fluentEnumSetterMethodName" : "mailFromDomainStatus", "fluentGetterMethodName" : "mailFromDomainStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus", "fluentSetterMethodName" : "mailFromDomainStatus", "getterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #mailFromDomainStatus} will return {@link CustomMailFromStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mailFromDomainStatusAsString}.\n

                                                                                                                                \n@return The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomainStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus", "setterMethodName" : "setMailFromDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                \n@return The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                                                The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MailFromDomain", "MailFromDomainStatus", "BehaviorOnMXFailure" ], "shapeName" : "IdentityMailFromDomainAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "identityMailFromDomainAttributes", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : null, "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "wrapper" : false, "xmlNamespace" : null }, "IdentityNotificationAttributes" : { "c2jName" : "IdentityNotificationAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBounceTopic", "beanStyleSetterMethodName" : "setBounceTopic", "c2jName" : "BounceTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTopic(String)}.\n@param bounceTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "setterMethodName" : "setBounceTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComplaintTopic", "beanStyleSetterMethodName" : "setComplaintTopic", "c2jName" : "ComplaintTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #complaintTopic(String)}.\n@param complaintTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaintTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaintTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaintTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComplaintTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComplaintTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComplaintTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "setterMethodName" : "setComplaintTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryTopic", "beanStyleSetterMethodName" : "setDeliveryTopic", "c2jName" : "DeliveryTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryTopic(String)}.\n@param deliveryTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "setterMethodName" : "setDeliveryTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@return Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInBounceNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInBounceNotificationsEnabled", "c2jName" : "HeadersInBounceNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInBounceNotificationsEnabled(Boolean)}.\n@param headersInBounceNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInBounceNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInBounceNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInBounceNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInBounceNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInBounceNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInBounceNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "setterMethodName" : "setHeadersInBounceNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInComplaintNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInComplaintNotificationsEnabled", "c2jName" : "HeadersInComplaintNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInComplaintNotificationsEnabled(Boolean)}.\n@param headersInComplaintNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInComplaintNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInComplaintNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInComplaintNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInComplaintNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInComplaintNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInComplaintNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "setterMethodName" : "setHeadersInComplaintNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInDeliveryNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "c2jName" : "HeadersInDeliveryNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInDeliveryNotificationsEnabled(Boolean)}.\n@param headersInDeliveryNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInDeliveryNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInDeliveryNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInDeliveryNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInDeliveryNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "setterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceTopic" : { "beanStyleGetterMethodName" : "getBounceTopic", "beanStyleSetterMethodName" : "setBounceTopic", "c2jName" : "BounceTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTopic(String)}.\n@param bounceTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "setterMethodName" : "setBounceTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ComplaintTopic" : { "beanStyleGetterMethodName" : "getComplaintTopic", "beanStyleSetterMethodName" : "setComplaintTopic", "c2jName" : "ComplaintTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #complaintTopic(String)}.\n@param complaintTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaintTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaintTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaintTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComplaintTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComplaintTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComplaintTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "setterMethodName" : "setComplaintTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeliveryTopic" : { "beanStyleGetterMethodName" : "getDeliveryTopic", "beanStyleSetterMethodName" : "setDeliveryTopic", "c2jName" : "DeliveryTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryTopic(String)}.\n@param deliveryTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "setterMethodName" : "setDeliveryTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForwardingEnabled" : { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@return Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HeadersInBounceNotificationsEnabled" : { "beanStyleGetterMethodName" : "getHeadersInBounceNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInBounceNotificationsEnabled", "c2jName" : "HeadersInBounceNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInBounceNotificationsEnabled(Boolean)}.\n@param headersInBounceNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInBounceNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInBounceNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInBounceNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInBounceNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInBounceNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInBounceNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "setterMethodName" : "setHeadersInBounceNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HeadersInComplaintNotificationsEnabled" : { "beanStyleGetterMethodName" : "getHeadersInComplaintNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInComplaintNotificationsEnabled", "c2jName" : "HeadersInComplaintNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInComplaintNotificationsEnabled(Boolean)}.\n@param headersInComplaintNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInComplaintNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInComplaintNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInComplaintNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInComplaintNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInComplaintNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInComplaintNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "setterMethodName" : "setHeadersInComplaintNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HeadersInDeliveryNotificationsEnabled" : { "beanStyleGetterMethodName" : "getHeadersInDeliveryNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "c2jName" : "HeadersInDeliveryNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInDeliveryNotificationsEnabled(Boolean)}.\n@param headersInDeliveryNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInDeliveryNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInDeliveryNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInDeliveryNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInDeliveryNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "setterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBounceTopic", "beanStyleSetterMethodName" : "setBounceTopic", "c2jName" : "BounceTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTopic(String)}.\n@param bounceTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.", "setterMethodName" : "setBounceTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComplaintTopic", "beanStyleSetterMethodName" : "setComplaintTopic", "c2jName" : "ComplaintTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #complaintTopic(String)}.\n@param complaintTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaintTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaintTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaintTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComplaintTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComplaintTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComplaintTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.", "setterMethodName" : "setComplaintTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryTopic", "beanStyleSetterMethodName" : "setDeliveryTopic", "c2jName" : "DeliveryTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryTopic(String)}.\n@param deliveryTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryTopic", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryTopic", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.", "setterMethodName" : "setDeliveryTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@return Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInBounceNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInBounceNotificationsEnabled", "c2jName" : "HeadersInBounceNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInBounceNotificationsEnabled(Boolean)}.\n@param headersInBounceNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInBounceNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInBounceNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInBounceNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInBounceNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInBounceNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInBounceNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.", "setterMethodName" : "setHeadersInBounceNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInComplaintNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInComplaintNotificationsEnabled", "c2jName" : "HeadersInComplaintNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInComplaintNotificationsEnabled(Boolean)}.\n@param headersInComplaintNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInComplaintNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInComplaintNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInComplaintNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInComplaintNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInComplaintNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInComplaintNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.", "setterMethodName" : "setHeadersInComplaintNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeadersInDeliveryNotificationsEnabled", "beanStyleSetterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "c2jName" : "HeadersInDeliveryNotificationsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #headersInDeliveryNotificationsEnabled(Boolean)}.\n@param headersInDeliveryNotificationsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headersInDeliveryNotificationsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "headersInDeliveryNotificationsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "headersInDeliveryNotificationsEnabled", "getterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HeadersInDeliveryNotificationsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.", "setterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BounceTopic", "ComplaintTopic", "DeliveryTopic", "ForwardingEnabled" ], "shapeName" : "IdentityNotificationAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "identityNotificationAttributes", "variableType" : "IdentityNotificationAttributes", "documentation" : null, "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "wrapper" : false, "xmlNamespace" : null }, "IdentityType" : { "c2jName" : "IdentityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EMAIL_ADDRESS", "value" : "EmailAddress" }, { "name" : "DOMAIN", "value" : "Domain" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IdentityType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityType", "variableName" : "identityType", "variableType" : "IdentityType", "documentation" : null, "simpleType" : "IdentityType", "variableSetterType" : "IdentityType" }, "wrapper" : false, "xmlNamespace" : null }, "IdentityVerificationAttributes" : { "c2jName" : "IdentityVerificationAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the verification attributes of a single identity.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getVerificationStatusAsString", "beanStyleSetterMethodName" : "setVerificationStatus", "c2jName" : "VerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationStatusAsString(String)}.\n@param verificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "verificationStatus", "fluentEnumSetterMethodName" : "verificationStatus", "fluentGetterMethodName" : "verificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "verificationStatus", "getterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #verificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #verificationStatusAsString}.\n

                                                                                                                                \n@return The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "setterMethodName" : "setVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@return The verification token for a domain identity. Null for email address identities.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationStatus" : { "beanStyleGetterMethodName" : "getVerificationStatusAsString", "beanStyleSetterMethodName" : "setVerificationStatus", "c2jName" : "VerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationStatusAsString(String)}.\n@param verificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "verificationStatus", "fluentEnumSetterMethodName" : "verificationStatus", "fluentGetterMethodName" : "verificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "verificationStatus", "getterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #verificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #verificationStatusAsString}.\n

                                                                                                                                \n@return The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "setterMethodName" : "setVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VerificationToken" : { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@return The verification token for a domain identity. Null for email address identities.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getVerificationStatusAsString", "beanStyleSetterMethodName" : "setVerificationStatus", "c2jName" : "VerificationStatus", "c2jShape" : "VerificationStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationStatusAsString(String)}.\n@param verificationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "VerificationStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "verificationStatus", "fluentEnumSetterMethodName" : "verificationStatus", "fluentGetterMethodName" : "verificationStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus", "fluentSetterMethodName" : "verificationStatus", "getterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #verificationStatus} will return {@link VerificationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #verificationStatusAsString}.\n

                                                                                                                                \n@return The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus", "setterMethodName" : "setVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "

                                                                                                                                The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@return The verification token for a domain identity. Null for email address identities.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                \n@param verificationToken The verification token for a domain identity. Null for email address identities.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                The verification token for a domain identity. Null for email address identities.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationStatus" ], "shapeName" : "IdentityVerificationAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "identityVerificationAttributes", "variableType" : "IdentityVerificationAttributes", "documentation" : null, "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidCloudWatchDestinationException" : { "c2jName" : "InvalidCloudWatchDestinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidCloudWatchDestination", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCloudWatchDestinationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCloudWatchDestinationException", "variableName" : "invalidCloudWatchDestinationException", "variableType" : "InvalidCloudWatchDestinationException", "documentation" : null, "simpleType" : "InvalidCloudWatchDestinationException", "variableSetterType" : "InvalidCloudWatchDestinationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidConfigurationSetException" : { "c2jName" : "InvalidConfigurationSetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set is invalid. See the error message for details.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidConfigurationSet", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidConfigurationSetException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidConfigurationSetException", "variableName" : "invalidConfigurationSetException", "variableType" : "InvalidConfigurationSetException", "documentation" : null, "simpleType" : "InvalidConfigurationSetException", "variableSetterType" : "InvalidConfigurationSetException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidDeliveryOptionsException" : { "c2jName" : "InvalidDeliveryOptionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that provided delivery option is invalid.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidDeliveryOptions", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidDeliveryOptionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDeliveryOptionsException", "variableName" : "invalidDeliveryOptionsException", "variableType" : "InvalidDeliveryOptionsException", "documentation" : null, "simpleType" : "InvalidDeliveryOptionsException", "variableSetterType" : "InvalidDeliveryOptionsException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidFirehoseDestinationException" : { "c2jName" : "InvalidFirehoseDestinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidFirehoseDestination", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidFirehoseDestinationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidFirehoseDestinationException", "variableName" : "invalidFirehoseDestinationException", "variableType" : "InvalidFirehoseDestinationException", "documentation" : null, "simpleType" : "InvalidFirehoseDestinationException", "variableSetterType" : "InvalidFirehoseDestinationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLambdaFunctionException" : { "c2jName" : "InvalidLambdaFunctionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLambdaFunction", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@return Indicates that the ARN of the function was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionArn" : { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@return Indicates that the ARN of the function was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@return Indicates that the ARN of the function was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                \n@param functionArn Indicates that the ARN of the function was not found.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the ARN of the function was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLambdaFunctionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLambdaFunctionException", "variableName" : "invalidLambdaFunctionException", "variableType" : "InvalidLambdaFunctionException", "documentation" : null, "simpleType" : "InvalidLambdaFunctionException", "variableSetterType" : "InvalidLambdaFunctionException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidPolicyException" : { "c2jName" : "InvalidPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidPolicy", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidPolicyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidPolicyException", "variableName" : "invalidPolicyException", "variableType" : "InvalidPolicyException", "documentation" : null, "simpleType" : "InvalidPolicyException", "variableSetterType" : "InvalidPolicyException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRenderingParameterException" : { "c2jName" : "InvalidRenderingParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRenderingParameter", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRenderingParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRenderingParameterException", "variableName" : "invalidRenderingParameterException", "variableType" : "InvalidRenderingParameterException", "documentation" : null, "simpleType" : "InvalidRenderingParameterException", "variableSetterType" : "InvalidRenderingParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidS3ConfigurationException" : { "c2jName" : "InvalidS3ConfigurationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidS3Configuration", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@return Indicated that the S3 Bucket was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@return Indicated that the S3 Bucket was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@return Indicated that the S3 Bucket was not found.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                \n@param bucket Indicated that the S3 Bucket was not found.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                Indicated that the S3 Bucket was not found.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidS3ConfigurationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidS3ConfigurationException", "variableName" : "invalidS3ConfigurationException", "variableType" : "InvalidS3ConfigurationException", "documentation" : null, "simpleType" : "InvalidS3ConfigurationException", "variableSetterType" : "InvalidS3ConfigurationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSnsDestinationException" : { "c2jName" : "InvalidSNSDestinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSNSDestination", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@return Indicates that the configuration set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                \n@param configurationSetName Indicates that the configuration set does not exist.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the configuration set does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestinationName", "beanStyleSetterMethodName" : "setEventDestinationName", "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestinationName", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestinationName", "getterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@return Indicates that the event destination does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDestinationName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                \n@param eventDestinationName Indicates that the event destination does not exist.", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the event destination does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSnsDestinationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSnsDestinationException", "variableName" : "invalidSnsDestinationException", "variableType" : "InvalidSnsDestinationException", "documentation" : null, "simpleType" : "InvalidSnsDestinationException", "variableSetterType" : "InvalidSnsDestinationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSnsTopicException" : { "c2jName" : "InvalidSnsTopicException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSnsTopic", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopic", "beanStyleSetterMethodName" : "setTopic", "c2jName" : "Topic", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topic(String)}.\n@param topic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topic", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topic", "getterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@return Indicates that the topic does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Topic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Topic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Topic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.", "setterMethodName" : "setTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Topic" : { "beanStyleGetterMethodName" : "getTopic", "beanStyleSetterMethodName" : "setTopic", "c2jName" : "Topic", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topic(String)}.\n@param topic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topic", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topic", "getterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@return Indicates that the topic does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Topic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Topic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Topic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.", "setterMethodName" : "setTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopic", "beanStyleSetterMethodName" : "setTopic", "c2jName" : "Topic", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topic(String)}.\n@param topic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topic", "fluentSetterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topic", "getterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@return Indicates that the topic does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Topic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Topic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Topic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                \n@param topic Indicates that the topic does not exist.", "setterMethodName" : "setTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "

                                                                                                                                Indicates that the topic does not exist.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSnsTopicException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSnsTopicException", "variableName" : "invalidSnsTopicException", "variableType" : "InvalidSnsTopicException", "documentation" : null, "simpleType" : "InvalidSnsTopicException", "variableSetterType" : "InvalidSnsTopicException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTemplateException" : { "c2jName" : "InvalidTemplateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTemplate", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTemplateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTemplateException", "variableName" : "invalidTemplateException", "variableType" : "InvalidTemplateException", "documentation" : null, "simpleType" : "InvalidTemplateException", "variableSetterType" : "InvalidTemplateException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTrackingOptionsException" : { "c2jName" : "InvalidTrackingOptionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:

                                                                                                                                • When the tracking domain you specified is not verified in Amazon SES.

                                                                                                                                • When the tracking domain you specified is not a valid domain or subdomain.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTrackingOptions", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTrackingOptionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTrackingOptionsException", "variableName" : "invalidTrackingOptionsException", "variableType" : "InvalidTrackingOptionsException", "documentation" : null, "simpleType" : "InvalidTrackingOptionsException", "variableSetterType" : "InvalidTrackingOptionsException" }, "wrapper" : false, "xmlNamespace" : null }, "InvocationType" : { "c2jName" : "InvocationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EVENT", "value" : "Event" }, { "name" : "REQUEST_RESPONSE", "value" : "RequestResponse" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvocationType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvocationType", "variableName" : "invocationType", "variableType" : "InvocationType", "documentation" : null, "simpleType" : "InvocationType", "variableSetterType" : "InvocationType" }, "wrapper" : false, "xmlNamespace" : null }, "KinesisFirehoseDestination" : { "c2jName" : "KinesisFirehoseDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                                                Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIamRoleARN", "beanStyleSetterMethodName" : "setIamRoleARN", "c2jName" : "IAMRoleARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleARN(String)}.\n@param iamRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleARN", "getterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@return The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMRoleARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMRoleARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "setterMethodName" : "setIamRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryStreamARN", "beanStyleSetterMethodName" : "setDeliveryStreamARN", "c2jName" : "DeliveryStreamARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryStreamARN(String)}.\n@param deliveryStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryStreamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryStreamARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryStreamARN", "getterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@return The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryStreamARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryStreamARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "setterMethodName" : "setDeliveryStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeliveryStreamARN" : { "beanStyleGetterMethodName" : "getDeliveryStreamARN", "beanStyleSetterMethodName" : "setDeliveryStreamARN", "c2jName" : "DeliveryStreamARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryStreamARN(String)}.\n@param deliveryStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryStreamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryStreamARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryStreamARN", "getterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@return The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryStreamARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryStreamARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "setterMethodName" : "setDeliveryStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IAMRoleARN" : { "beanStyleGetterMethodName" : "getIamRoleARN", "beanStyleSetterMethodName" : "setIamRoleARN", "c2jName" : "IAMRoleARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleARN(String)}.\n@param iamRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleARN", "getterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@return The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMRoleARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMRoleARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "setterMethodName" : "setIamRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIamRoleARN", "beanStyleSetterMethodName" : "setIamRoleARN", "c2jName" : "IAMRoleARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleARN(String)}.\n@param iamRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleARN", "getterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@return The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMRoleARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IAMRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IAMRoleARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                \n@param iamRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.", "setterMethodName" : "setIamRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryStreamARN", "beanStyleSetterMethodName" : "setDeliveryStreamARN", "c2jName" : "DeliveryStreamARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deliveryStreamARN(String)}.\n@param deliveryStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryStreamARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryStreamARN", "fluentSetterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryStreamARN", "getterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@return The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryStreamARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeliveryStreamARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.", "setterMethodName" : "setDeliveryStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "

                                                                                                                                The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IAMRoleARN", "DeliveryStreamARN" ], "shapeName" : "KinesisFirehoseDestination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : null, "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "wrapper" : false, "xmlNamespace" : null }, "LambdaAction" : { "c2jName" : "LambdaAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                When included in a receipt rule, this action calls an AWS Lambda function and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                To enable Amazon SES to call your AWS Lambda function or to publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                For information about using AWS Lambda actions in receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInvocationTypeAsString", "beanStyleSetterMethodName" : "setInvocationType", "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invocationTypeAsString(String)}.\n@param invocationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invocationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "InvocationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "invocationType", "fluentEnumSetterMethodName" : "invocationType", "fluentGetterMethodName" : "invocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType", "fluentSetterMethodName" : "invocationType", "getterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #invocationType} will return {@link InvocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #invocationTypeAsString}.\n

                                                                                                                                \n@return The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "setterMethodName" : "setInvocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionArn" : { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InvocationType" : { "beanStyleGetterMethodName" : "getInvocationTypeAsString", "beanStyleSetterMethodName" : "setInvocationType", "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invocationTypeAsString(String)}.\n@param invocationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invocationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "InvocationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "invocationType", "fluentEnumSetterMethodName" : "invocationType", "fluentGetterMethodName" : "invocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType", "fluentSetterMethodName" : "invocationType", "getterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #invocationType} will return {@link InvocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #invocationTypeAsString}.\n

                                                                                                                                \n@return The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "setterMethodName" : "setInvocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFunctionArn", "beanStyleSetterMethodName" : "setFunctionArn", "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #functionArn(String)}.\n@param functionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #functionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "functionArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "functionArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FunctionArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInvocationTypeAsString", "beanStyleSetterMethodName" : "setInvocationType", "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invocationTypeAsString(String)}.\n@param invocationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invocationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "InvocationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "invocationType", "fluentEnumSetterMethodName" : "invocationType", "fluentGetterMethodName" : "invocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType", "fluentSetterMethodName" : "invocationType", "getterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #invocationType} will return {@link InvocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #invocationTypeAsString}.\n

                                                                                                                                \n@return The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InvocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                \n@see InvocationType", "setterMethodName" : "setInvocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

                                                                                                                                The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                                                There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FunctionArn" ], "shapeName" : "LambdaAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListConfigurationSetsRequest" : { "c2jName" : "ListConfigurationSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListConfigurationSets", "locationName" : null, "requestUri" : "/", "target" : "ListConfigurationSets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@return A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@return The number of configuration sets to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxItems" : { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@return The number of configuration sets to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@return A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@return A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@return The number of configuration sets to return.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                \n@param maxItems The number of configuration sets to return.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The number of configuration sets to return.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationSetsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListConfigurationSetsRequest", "variableName" : "listConfigurationSetsRequest", "variableType" : "ListConfigurationSetsRequest", "documentation" : null, "simpleType" : "ListConfigurationSetsRequest", "variableSetterType" : "ListConfigurationSetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListConfigurationSetsResponse" : { "c2jName" : "ListConfigurationSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSets", "beanStyleSetterMethodName" : "setConfigurationSets", "c2jName" : "ConfigurationSets", "c2jShape" : "ConfigurationSets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSets(List)}.\n@param configurationSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSets", "fluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSets", "getterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of configuration sets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationSet)}.\n@param member a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationSet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationSet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationSet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.", "setterMethodName" : "setConfigurationSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@return A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSets" : { "beanStyleGetterMethodName" : "getConfigurationSets", "beanStyleSetterMethodName" : "setConfigurationSets", "c2jName" : "ConfigurationSets", "c2jShape" : "ConfigurationSets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSets(List)}.\n@param configurationSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSets", "fluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSets", "getterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of configuration sets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationSet)}.\n@param member a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationSet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationSet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationSet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.", "setterMethodName" : "setConfigurationSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@return A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSets", "beanStyleSetterMethodName" : "setConfigurationSets", "c2jName" : "ConfigurationSets", "c2jShape" : "ConfigurationSets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSets(List)}.\n@param configurationSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSets", "fluentSetterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSets", "getterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of configuration sets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConfigurationSet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationSet)}.\n@param member a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationSet)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationSet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationSet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConfigurationSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                \n@param configurationSets A list of configuration sets.", "setterMethodName" : "setConfigurationSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of configuration sets.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@return A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationSetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListConfigurationSetsResult" }, "variable" : { "variableDeclarationType" : "ListConfigurationSetsResponse", "variableName" : "listConfigurationSetsResponse", "variableType" : "ListConfigurationSetsResponse", "documentation" : null, "simpleType" : "ListConfigurationSetsResponse", "variableSetterType" : "ListConfigurationSetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListCustomVerificationEmailTemplatesRequest" : { "c2jName" : "ListCustomVerificationEmailTemplatesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to list the existing custom verification email templates for your account.

                                                                                                                                For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListCustomVerificationEmailTemplates", "locationName" : null, "requestUri" : "/", "target" : "ListCustomVerificationEmailTemplates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@return The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@return The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param nextToken An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@return The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                \n@param maxResults The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCustomVerificationEmailTemplatesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListCustomVerificationEmailTemplatesRequest", "variableName" : "listCustomVerificationEmailTemplatesRequest", "variableType" : "ListCustomVerificationEmailTemplatesRequest", "documentation" : null, "simpleType" : "ListCustomVerificationEmailTemplatesRequest", "variableSetterType" : "ListCustomVerificationEmailTemplatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListCustomVerificationEmailTemplatesResponse" : { "c2jName" : "ListCustomVerificationEmailTemplatesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A paginated list of custom verification email templates.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplates", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplates", "c2jName" : "CustomVerificationEmailTemplates", "c2jShape" : "CustomVerificationEmailTemplates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplates(List)}.\n@param customVerificationEmailTemplates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplates", "fluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplates", "getterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the custom verification email templates that exist in your account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomVerificationEmailTemplate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomVerificationEmailTemplate.Builder} avoiding the need to create one manually via {@link CustomVerificationEmailTemplate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomVerificationEmailTemplate.Builder#build()} is called immediately and its result is passed to {@link #member(CustomVerificationEmailTemplate)}.\n@param member a consumer that will call methods on {@link CustomVerificationEmailTemplate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomVerificationEmailTemplate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomVerificationEmailTemplate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : "", "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomVerificationEmailTemplate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomVerificationEmailTemplate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomVerificationEmailTemplates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.", "setterMethodName" : "setCustomVerificationEmailTemplates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@return A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomVerificationEmailTemplates" : { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplates", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplates", "c2jName" : "CustomVerificationEmailTemplates", "c2jShape" : "CustomVerificationEmailTemplates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplates(List)}.\n@param customVerificationEmailTemplates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplates", "fluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplates", "getterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the custom verification email templates that exist in your account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomVerificationEmailTemplate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomVerificationEmailTemplate.Builder} avoiding the need to create one manually via {@link CustomVerificationEmailTemplate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomVerificationEmailTemplate.Builder#build()} is called immediately and its result is passed to {@link #member(CustomVerificationEmailTemplate)}.\n@param member a consumer that will call methods on {@link CustomVerificationEmailTemplate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomVerificationEmailTemplate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomVerificationEmailTemplate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : "", "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomVerificationEmailTemplate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomVerificationEmailTemplate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomVerificationEmailTemplates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.", "setterMethodName" : "setCustomVerificationEmailTemplates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@return A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCustomVerificationEmailTemplates", "beanStyleSetterMethodName" : "setCustomVerificationEmailTemplates", "c2jName" : "CustomVerificationEmailTemplates", "c2jShape" : "CustomVerificationEmailTemplates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplates(List)}.\n@param customVerificationEmailTemplates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customVerificationEmailTemplates", "fluentSetterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customVerificationEmailTemplates", "getterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of the custom verification email templates that exist in your account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomVerificationEmailTemplates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomVerificationEmailTemplates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CustomVerificationEmailTemplate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomVerificationEmailTemplate.Builder} avoiding the need to create one manually via {@link CustomVerificationEmailTemplate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomVerificationEmailTemplate.Builder#build()} is called immediately and its result is passed to {@link #member(CustomVerificationEmailTemplate)}.\n@param member a consumer that will call methods on {@link CustomVerificationEmailTemplate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomVerificationEmailTemplate)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CustomVerificationEmailTemplate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : null, "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomVerificationEmailTemplate", "variableName" : "member", "variableType" : "CustomVerificationEmailTemplate", "documentation" : "", "simpleType" : "CustomVerificationEmailTemplate", "variableSetterType" : "CustomVerificationEmailTemplate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomVerificationEmailTemplate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomVerificationEmailTemplate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomVerificationEmailTemplates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                \n@param customVerificationEmailTemplates A list of the custom verification email templates that exist in your account.", "setterMethodName" : "setCustomVerificationEmailTemplates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customVerificationEmailTemplates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of the custom verification email templates that exist in your account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@return A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCustomVerificationEmailTemplatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListCustomVerificationEmailTemplatesResult" }, "variable" : { "variableDeclarationType" : "ListCustomVerificationEmailTemplatesResponse", "variableName" : "listCustomVerificationEmailTemplatesResponse", "variableType" : "ListCustomVerificationEmailTemplatesResponse", "documentation" : null, "simpleType" : "ListCustomVerificationEmailTemplatesResponse", "variableSetterType" : "ListCustomVerificationEmailTemplatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListIdentitiesRequest" : { "c2jName" : "ListIdentitiesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListIdentities", "locationName" : null, "requestUri" : "/", "target" : "ListIdentities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentityTypeAsString", "beanStyleSetterMethodName" : "setIdentityType", "c2jName" : "IdentityType", "c2jShape" : "IdentityType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identityTypeAsString(String)}.\n@param identityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identityType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "IdentityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "identityType", "fluentEnumSetterMethodName" : "identityType", "fluentGetterMethodName" : "identityTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType", "fluentSetterMethodName" : "identityType", "getterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #identityType} will return {@link IdentityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #identityTypeAsString}.\n

                                                                                                                                \n@return The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdentityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdentityType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "setterMethodName" : "setIdentityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@return The token to use for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@return The maximum number of identities per page. Possible values are 1-1000 inclusive.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IdentityType" : { "beanStyleGetterMethodName" : "getIdentityTypeAsString", "beanStyleSetterMethodName" : "setIdentityType", "c2jName" : "IdentityType", "c2jShape" : "IdentityType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identityTypeAsString(String)}.\n@param identityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identityType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "IdentityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "identityType", "fluentEnumSetterMethodName" : "identityType", "fluentGetterMethodName" : "identityTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType", "fluentSetterMethodName" : "identityType", "getterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #identityType} will return {@link IdentityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #identityTypeAsString}.\n

                                                                                                                                \n@return The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdentityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdentityType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "setterMethodName" : "setIdentityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxItems" : { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@return The maximum number of identities per page. Possible values are 1-1000 inclusive.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@return The token to use for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentityTypeAsString", "beanStyleSetterMethodName" : "setIdentityType", "c2jName" : "IdentityType", "c2jShape" : "IdentityType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identityTypeAsString(String)}.\n@param identityType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identityType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "IdentityType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "identityType", "fluentEnumSetterMethodName" : "identityType", "fluentGetterMethodName" : "identityTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType", "fluentSetterMethodName" : "identityType", "getterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n

                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #identityType} will return {@link IdentityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #identityTypeAsString}.\n

                                                                                                                                \n@return The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdentityType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdentityType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType", "setterMethodName" : "setIdentityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@return The token to use for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                \n@param nextToken The token to use for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token to use for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@return The maximum number of identities per page. Possible values are 1-1000 inclusive.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListIdentitiesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIdentitiesRequest", "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "documentation" : null, "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListIdentitiesResponse" : { "c2jName" : "ListIdentitiesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@return The token used for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@return The token used for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentities", "beanStyleSetterMethodName" : "setIdentities", "c2jName" : "Identities", "c2jShape" : "IdentityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #identities(List)}.\n@param identities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identities(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identities", "fluentSetterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identities", "getterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of identities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Identities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of identities.

                                                                                                                                \n@param identities A list of identities.", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of identities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@return The token used for pagination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                \n@param nextToken The token used for pagination.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token used for pagination.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "ListIdentitiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListIdentitiesResult" }, "variable" : { "variableDeclarationType" : "ListIdentitiesResponse", "variableName" : "listIdentitiesResponse", "variableType" : "ListIdentitiesResponse", "documentation" : null, "simpleType" : "ListIdentitiesResponse", "variableSetterType" : "ListIdentitiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListIdentityPoliciesRequest" : { "c2jName" : "ListIdentityPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListIdentityPolicies", "locationName" : null, "requestUri" : "/", "target" : "ListIdentityPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@return The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                \n@param identity The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                The identity that is associated with the policy for which the policies will be listed. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                To successfully call this API, you must own the identity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "ListIdentityPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIdentityPoliciesRequest", "variableName" : "listIdentityPoliciesRequest", "variableType" : "ListIdentityPoliciesRequest", "documentation" : null, "simpleType" : "ListIdentityPoliciesRequest", "variableSetterType" : "ListIdentityPoliciesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListIdentityPoliciesResponse" : { "c2jName" : "ListIdentityPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of names of sending authorization policies that apply to an identity.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of names of policies that apply to the specified identity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyNames" : { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of names of policies that apply to the specified identity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyNames", "beanStyleSetterMethodName" : "setPolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyNames(List)}.\n@param policyNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyNames", "fluentSetterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyNames", "getterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of names of policies that apply to the specified identity.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                \n@param policyNames A list of names of policies that apply to the specified identity.", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of names of policies that apply to the specified identity.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyNames" ], "shapeName" : "ListIdentityPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListIdentityPoliciesResult" }, "variable" : { "variableDeclarationType" : "ListIdentityPoliciesResponse", "variableName" : "listIdentityPoliciesResponse", "variableType" : "ListIdentityPoliciesResponse", "documentation" : null, "simpleType" : "ListIdentityPoliciesResponse", "variableSetterType" : "ListIdentityPoliciesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListReceiptFiltersRequest" : { "c2jName" : "ListReceiptFiltersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListReceiptFilters", "locationName" : null, "requestUri" : "/", "target" : "ListReceiptFilters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptFiltersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListReceiptFiltersRequest", "variableName" : "listReceiptFiltersRequest", "variableType" : "ListReceiptFiltersRequest", "documentation" : null, "simpleType" : "ListReceiptFiltersRequest", "variableSetterType" : "ListReceiptFiltersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListReceiptFiltersResponse" : { "c2jName" : "ListReceiptFiltersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of IP address filters that exist under your AWS account.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "ReceiptFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptFilter)}.\n@param member a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptFilter)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "ReceiptFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptFilter)}.\n@param member a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptFilter)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "ReceiptFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptFilter)}.\n@param member a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptFilter)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Filters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptFiltersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListReceiptFiltersResult" }, "variable" : { "variableDeclarationType" : "ListReceiptFiltersResponse", "variableName" : "listReceiptFiltersResponse", "variableType" : "ListReceiptFiltersResponse", "documentation" : null, "simpleType" : "ListReceiptFiltersResponse", "variableSetterType" : "ListReceiptFiltersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListReceiptRuleSetsRequest" : { "c2jName" : "ListReceiptRuleSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListReceiptRuleSets", "locationName" : null, "requestUri" : "/", "target" : "ListReceiptRuleSets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@return A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@return A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@return A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptRuleSetsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListReceiptRuleSetsRequest", "variableName" : "listReceiptRuleSetsRequest", "variableType" : "ListReceiptRuleSetsRequest", "documentation" : null, "simpleType" : "ListReceiptRuleSetsRequest", "variableSetterType" : "ListReceiptRuleSetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListReceiptRuleSetsResponse" : { "c2jName" : "ListReceiptRuleSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of receipt rule sets that exist under your AWS account.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRuleSets", "beanStyleSetterMethodName" : "setRuleSets", "c2jName" : "RuleSets", "c2jShape" : "ReceiptRuleSetsLists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleSets(List)}.\n@param ruleSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSets", "fluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSets", "getterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRuleSetMetadata)}.\n@param member a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRuleSetMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRuleSetMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setRuleSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@return A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@return A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSets" : { "beanStyleGetterMethodName" : "getRuleSets", "beanStyleSetterMethodName" : "setRuleSets", "c2jName" : "RuleSets", "c2jShape" : "ReceiptRuleSetsLists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleSets(List)}.\n@param ruleSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSets", "fluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSets", "getterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRuleSetMetadata)}.\n@param member a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRuleSetMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRuleSetMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setRuleSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSets", "beanStyleSetterMethodName" : "setRuleSets", "c2jName" : "RuleSets", "c2jShape" : "ReceiptRuleSetsLists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleSets(List)}.\n@param ruleSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSets", "fluentSetterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSets", "getterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleSetMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRuleSetMetadata)}.\n@param member a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRuleSetMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRuleSetMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptRuleSetMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleSets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.", "setterMethodName" : "setRuleSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@return A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptRuleSetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListReceiptRuleSetsResult" }, "variable" : { "variableDeclarationType" : "ListReceiptRuleSetsResponse", "variableName" : "listReceiptRuleSetsResponse", "variableType" : "ListReceiptRuleSetsResponse", "documentation" : null, "simpleType" : "ListReceiptRuleSetsResponse", "variableSetterType" : "ListReceiptRuleSetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTemplatesRequest" : { "c2jName" : "ListTemplatesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTemplates", "locationName" : null, "requestUri" : "/", "target" : "ListTemplates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@return A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@return The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxItems" : { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@return The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@return A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@return A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                \n@param nextToken A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@return The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                \n@param maxItems The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                                                The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTemplatesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTemplatesRequest", "variableName" : "listTemplatesRequest", "variableType" : "ListTemplatesRequest", "documentation" : null, "simpleType" : "ListTemplatesRequest", "variableSetterType" : "ListTemplatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTemplatesResponse" : { "c2jName" : "ListTemplatesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplatesMetadata", "beanStyleSetterMethodName" : "setTemplatesMetadata", "c2jName" : "TemplatesMetadata", "c2jShape" : "TemplateMetadataList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #templatesMetadata(List)}.\n@param templatesMetadata a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templatesMetadata(List)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templatesMetadata", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templatesMetadata", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplatesMetadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplatesMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TemplateMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TemplateMetadata.Builder} avoiding the need to create one manually via {@link TemplateMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link TemplateMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(TemplateMetadata)}.\n@param member a consumer that will call methods on {@link TemplateMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TemplateMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TemplateMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : null, "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : "", "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TemplateMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TemplateMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TemplatesMetadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setTemplatesMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@return A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@return A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplatesMetadata" : { "beanStyleGetterMethodName" : "getTemplatesMetadata", "beanStyleSetterMethodName" : "setTemplatesMetadata", "c2jName" : "TemplatesMetadata", "c2jShape" : "TemplateMetadataList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #templatesMetadata(List)}.\n@param templatesMetadata a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templatesMetadata(List)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templatesMetadata", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templatesMetadata", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplatesMetadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplatesMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TemplateMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TemplateMetadata.Builder} avoiding the need to create one manually via {@link TemplateMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link TemplateMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(TemplateMetadata)}.\n@param member a consumer that will call methods on {@link TemplateMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TemplateMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TemplateMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : null, "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : "", "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TemplateMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TemplateMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TemplatesMetadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setTemplatesMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplatesMetadata", "beanStyleSetterMethodName" : "setTemplatesMetadata", "c2jName" : "TemplatesMetadata", "c2jShape" : "TemplateMetadataList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #templatesMetadata(List)}.\n@param templatesMetadata a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templatesMetadata(List)", "deprecated" : false, "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templatesMetadata", "fluentSetterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templatesMetadata", "getterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array the contains the name and creation time stamp for each template in your Amazon SES account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplatesMetadata", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplatesMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TemplateMetadata", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TemplateMetadata.Builder} avoiding the need to create one manually via {@link TemplateMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link TemplateMetadata.Builder#build()} is called immediately and its result is passed to {@link #member(TemplateMetadata)}.\n@param member a consumer that will call methods on {@link TemplateMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TemplateMetadata)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TemplateMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : null, "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "member", "variableType" : "TemplateMetadata", "documentation" : "", "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TemplateMetadata", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TemplateMetadata", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TemplatesMetadata", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                \n@param templatesMetadata An array the contains the name and creation time stamp for each template in your Amazon SES account.", "setterMethodName" : "setTemplatesMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "templatesMetadata", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                An array the contains the name and creation time stamp for each template in your Amazon SES account.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@return A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                \n@param nextToken A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTemplatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListTemplatesResult" }, "variable" : { "variableDeclarationType" : "ListTemplatesResponse", "variableName" : "listTemplatesResponse", "variableType" : "ListTemplatesResponse", "documentation" : null, "simpleType" : "ListTemplatesResponse", "variableSetterType" : "ListTemplatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListVerifiedEmailAddressesRequest" : { "c2jName" : "ListVerifiedEmailAddressesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListVerifiedEmailAddresses", "locationName" : null, "requestUri" : "/", "target" : "ListVerifiedEmailAddresses", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVerifiedEmailAddressesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVerifiedEmailAddressesRequest", "variableName" : "listVerifiedEmailAddressesRequest", "variableType" : "ListVerifiedEmailAddressesRequest", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesRequest", "variableSetterType" : "ListVerifiedEmailAddressesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListVerifiedEmailAddressesResponse" : { "c2jName" : "ListVerifiedEmailAddressesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                A list of email addresses that you have verified with Amazon SES under your AWS account.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getVerifiedEmailAddresses", "beanStyleSetterMethodName" : "setVerifiedEmailAddresses", "c2jName" : "VerifiedEmailAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #verifiedEmailAddresses(List)}.\n@param verifiedEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verifiedEmailAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verifiedEmailAddresses", "fluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verifiedEmailAddresses", "getterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of email addresses that have been verified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerifiedEmailAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerifiedEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VerifiedEmailAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.", "setterMethodName" : "setVerifiedEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerifiedEmailAddresses" : { "beanStyleGetterMethodName" : "getVerifiedEmailAddresses", "beanStyleSetterMethodName" : "setVerifiedEmailAddresses", "c2jName" : "VerifiedEmailAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #verifiedEmailAddresses(List)}.\n@param verifiedEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verifiedEmailAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verifiedEmailAddresses", "fluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verifiedEmailAddresses", "getterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of email addresses that have been verified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerifiedEmailAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerifiedEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VerifiedEmailAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.", "setterMethodName" : "setVerifiedEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getVerifiedEmailAddresses", "beanStyleSetterMethodName" : "setVerifiedEmailAddresses", "c2jName" : "VerifiedEmailAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #verifiedEmailAddresses(List)}.\n@param verifiedEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verifiedEmailAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verifiedEmailAddresses", "fluentSetterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verifiedEmailAddresses", "getterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return A list of email addresses that have been verified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerifiedEmailAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerifiedEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VerifiedEmailAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                \n@param verifiedEmailAddresses A list of email addresses that have been verified.", "setterMethodName" : "setVerifiedEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                A list of email addresses that have been verified.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVerifiedEmailAddressesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListVerifiedEmailAddressesResult" }, "variable" : { "variableDeclarationType" : "ListVerifiedEmailAddressesResponse", "variableName" : "listVerifiedEmailAddressesResponse", "variableType" : "ListVerifiedEmailAddressesResponse", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesResponse", "variableSetterType" : "ListVerifiedEmailAddressesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "MailFromDomainNotVerifiedException" : { "c2jName" : "MailFromDomainNotVerifiedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MailFromDomainNotVerifiedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MailFromDomainNotVerifiedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MailFromDomainNotVerifiedException", "variableName" : "mailFromDomainNotVerifiedException", "variableType" : "MailFromDomainNotVerifiedException", "documentation" : null, "simpleType" : "MailFromDomainNotVerifiedException", "variableSetterType" : "MailFromDomainNotVerifiedException" }, "wrapper" : false, "xmlNamespace" : null }, "Message" : { "c2jName" : "Message", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Represents the message to be sent, composed of a subject and a body.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #subject(Content)}.\n@param subject a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(Content)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@return The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "Body", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Body.Builder} avoiding the need to create one manually via {@link Body#builder()}.\n\nWhen the {@link Consumer} completes, {@link Body.Builder#build()} is called immediately and its result is passed to {@link #body(Body)}.\n@param body a consumer that will call methods on {@link Body.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(Body)", "deprecated" : false, "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@return The message body.", "getterModel" : { "returnType" : "Body", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : null, "simpleType" : "Body", "variableSetterType" : "Body" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "simpleType" : "Body", "variableSetterType" : "Body" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Body" : { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "Body", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Body.Builder} avoiding the need to create one manually via {@link Body#builder()}.\n\nWhen the {@link Consumer} completes, {@link Body.Builder#build()} is called immediately and its result is passed to {@link #body(Body)}.\n@param body a consumer that will call methods on {@link Body.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(Body)", "deprecated" : false, "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@return The message body.", "getterModel" : { "returnType" : "Body", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : null, "simpleType" : "Body", "variableSetterType" : "Body" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "simpleType" : "Body", "variableSetterType" : "Body" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subject" : { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #subject(Content)}.\n@param subject a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(Content)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@return The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "Content", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #subject(Content)}.\n@param subject a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(Content)", "deprecated" : false, "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@return The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "

                                                                                                                                The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                                                ", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "Body", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Body.Builder} avoiding the need to create one manually via {@link Body#builder()}.\n\nWhen the {@link Consumer} completes, {@link Body.Builder#build()} is called immediately and its result is passed to {@link #body(Body)}.\n@param body a consumer that will call methods on {@link Body.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(Body)", "deprecated" : false, "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@return The message body.", "getterModel" : { "returnType" : "Body", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The message body.

                                                                                                                                \n@param body The message body.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : null, "simpleType" : "Body", "variableSetterType" : "Body" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "

                                                                                                                                The message body.

                                                                                                                                ", "simpleType" : "Body", "variableSetterType" : "Body" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Subject", "Body" ], "shapeName" : "Message", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "wrapper" : false, "xmlNamespace" : null }, "MessageDsn" : { "c2jName" : "MessageDsn", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

                                                                                                                                For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReportingMta", "beanStyleSetterMethodName" : "setReportingMta", "c2jName" : "ReportingMta", "c2jShape" : "ReportingMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reportingMta(String)}.\n@param reportingMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reportingMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reportingMta", "fluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reportingMta", "getterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@return The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReportingMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReportingMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReportingMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "setterMethodName" : "setReportingMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArrivalDate", "beanStyleSetterMethodName" : "setArrivalDate", "c2jName" : "ArrivalDate", "c2jShape" : "ArrivalDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #arrivalDate(Instant)}.\n@param arrivalDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arrivalDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arrivalDate", "fluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arrivalDate", "getterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@return When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ArrivalDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ArrivalDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ArrivalDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "setterMethodName" : "setArrivalDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArrivalDate" : { "beanStyleGetterMethodName" : "getArrivalDate", "beanStyleSetterMethodName" : "setArrivalDate", "c2jName" : "ArrivalDate", "c2jShape" : "ArrivalDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #arrivalDate(Instant)}.\n@param arrivalDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arrivalDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arrivalDate", "fluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arrivalDate", "getterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@return When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ArrivalDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ArrivalDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ArrivalDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "setterMethodName" : "setArrivalDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExtensionFields" : { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReportingMta" : { "beanStyleGetterMethodName" : "getReportingMta", "beanStyleSetterMethodName" : "setReportingMta", "c2jName" : "ReportingMta", "c2jShape" : "ReportingMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reportingMta(String)}.\n@param reportingMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reportingMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reportingMta", "fluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reportingMta", "getterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@return The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReportingMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReportingMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReportingMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "setterMethodName" : "setReportingMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReportingMta", "beanStyleSetterMethodName" : "setReportingMta", "c2jName" : "ReportingMta", "c2jShape" : "ReportingMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reportingMta(String)}.\n@param reportingMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reportingMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reportingMta", "fluentSetterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reportingMta", "getterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@return The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReportingMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReportingMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReportingMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                \n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.", "setterMethodName" : "setReportingMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : "

                                                                                                                                The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArrivalDate", "beanStyleSetterMethodName" : "setArrivalDate", "c2jName" : "ArrivalDate", "c2jShape" : "ArrivalDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #arrivalDate(Instant)}.\n@param arrivalDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arrivalDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arrivalDate", "fluentSetterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arrivalDate", "getterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@return When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ArrivalDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ArrivalDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ArrivalDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                \n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.", "setterMethodName" : "setArrivalDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "arrivalDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                Additional X-headers to include in the DSN.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReportingMta" ], "shapeName" : "MessageDsn", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : null, "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "wrapper" : false, "xmlNamespace" : null }, "MessageRejectedException" : { "c2jName" : "MessageRejected", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MessageRejected", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MessageRejectedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MessageRejectedException", "variableName" : "messageRejectedException", "variableType" : "MessageRejectedException", "documentation" : null, "simpleType" : "MessageRejectedException", "variableSetterType" : "MessageRejectedException" }, "wrapper" : false, "xmlNamespace" : null }, "MessageTag" : { "c2jName" : "MessageTag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains the name and value of a tag that you can provide to SendEmail or SendRawEmail to apply to an email.

                                                                                                                                Message tags, which you use with configuration sets, enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "MessageTagName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the tag. The name must:

                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the tag. The name must:

                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                The name of the tag. The name must:

                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                \n@param name The name of the tag. The name must:

                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                  The name of the tag. The name must:

                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                  \n@return The name of the tag. The name must:

                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    The name of the tag. The name must:

                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                    • Contain less than 256 characters.

                                                                                                                                    \n@param name The name of the tag. The name must:

                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                    • Contain less than 256 characters.

                                                                                                                                    • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                      The name of the tag. The name must:

                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "MessageTagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The value of the tag. The value must:

                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The value of the tag. The value must:

                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                      The value of the tag. The value must:

                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                      \n@param value The value of the tag. The value must:

                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                        The value of the tag. The value must:

                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                        \n@return The value of the tag. The value must:

                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                          The value of the tag. The value must:

                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                          • Contain less than 256 characters.

                                                                                                                                          \n@param value The value of the tag. The value must:

                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                          • Contain less than 256 characters.

                                                                                                                                          • ", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                            The value of the tag. The value must:

                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "MessageTagName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The name of the tag. The name must:

                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The name of the tag. The name must:

                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                            The name of the tag. The name must:

                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                            \n@param name The name of the tag. The name must:

                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                              The name of the tag. The name must:

                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                              \n@return The name of the tag. The name must:

                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                The name of the tag. The name must:

                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                • Contain less than 256 characters.

                                                                                                                                                \n@param name The name of the tag. The name must:

                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                • Contain less than 256 characters.

                                                                                                                                                • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the tag. The name must:

                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "MessageTagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The value of the tag. The value must:

                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value of the tag. The value must:

                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                  The value of the tag. The value must:

                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                  \n@param value The value of the tag. The value must:

                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                    The value of the tag. The value must:

                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                    • Contain less than 256 characters.

                                                                                                                                                    \n@return The value of the tag. The value must:

                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                    • Contain less than 256 characters.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      The value of the tag. The value must:

                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                                      \n@param value The value of the tag. The value must:

                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                      • Contain less than 256 characters.

                                                                                                                                                      • ", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value of the tag. The value must:

                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "MessageTagName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of the tag. The name must:

                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The name of the tag. The name must:

                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of the tag. The name must:

                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                                        \n@param name The name of the tag. The name must:

                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                        • Contain less than 256 characters.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                          The name of the tag. The name must:

                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                          • Contain less than 256 characters.

                                                                                                                                                          \n@return The name of the tag. The name must:

                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                          • Contain less than 256 characters.

                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                            The name of the tag. The name must:

                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                                            \n@param name The name of the tag. The name must:

                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                            • Contain less than 256 characters.

                                                                                                                                                            • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                              The name of the tag. The name must:

                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "MessageTagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The value of the tag. The value must:

                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The value of the tag. The value must:

                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                              The value of the tag. The value must:

                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                                              \n@param value The value of the tag. The value must:

                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                              • Contain less than 256 characters.

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                The value of the tag. The value must:

                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                • Contain less than 256 characters.

                                                                                                                                                                \n@return The value of the tag. The value must:

                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                • Contain less than 256 characters.

                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                  The value of the tag. The value must:

                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                                  \n@param value The value of the tag. The value must:

                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                                                  • ", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The value of the tag. The value must:

                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                    • Contain less than 256 characters.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "MessageTag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "messageTag", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "wrapper" : false, "xmlNamespace" : null }, "MissingRenderingAttributeException" : { "c2jName" : "MissingRenderingAttributeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MissingRenderingAttribute", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MissingRenderingAttributeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MissingRenderingAttributeException", "variableName" : "missingRenderingAttributeException", "variableType" : "MissingRenderingAttributeException", "documentation" : null, "simpleType" : "MissingRenderingAttributeException", "variableSetterType" : "MissingRenderingAttributeException" }, "wrapper" : false, "xmlNamespace" : null }, "NotificationType" : { "c2jName" : "NotificationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BOUNCE", "value" : "Bounce" }, { "name" : "COMPLAINT", "value" : "Complaint" }, { "name" : "DELIVERY", "value" : "Delivery" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotificationType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationType", "variableName" : "notificationType", "variableType" : "NotificationType", "documentation" : null, "simpleType" : "NotificationType", "variableSetterType" : "NotificationType" }, "wrapper" : false, "xmlNamespace" : null }, "ProductionAccessNotGrantedException" : { "c2jName" : "ProductionAccessNotGrantedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Indicates that the account has not been granted production access.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ProductionAccessNotGranted", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProductionAccessNotGrantedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProductionAccessNotGrantedException", "variableName" : "productionAccessNotGrantedException", "variableType" : "ProductionAccessNotGrantedException", "documentation" : null, "simpleType" : "ProductionAccessNotGrantedException", "variableSetterType" : "ProductionAccessNotGrantedException" }, "wrapper" : false, "xmlNamespace" : null }, "PutConfigurationSetDeliveryOptionsRequest" : { "c2jName" : "PutConfigurationSetDeliveryOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    A request to modify the delivery options for a configuration set.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutConfigurationSetDeliveryOptions", "locationName" : null, "requestUri" : "/", "target" : "PutConfigurationSetDeliveryOptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@return The name of the configuration set that you want to specify the delivery options for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@return The name of the configuration set that you want to specify the delivery options for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeliveryOptions" : { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@return The name of the configuration set that you want to specify the delivery options for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    \n@param configurationSetName The name of the configuration set that you want to specify the delivery options for.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the configuration set that you want to specify the delivery options for.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryOptions", "beanStyleSetterMethodName" : "setDeliveryOptions", "c2jName" : "DeliveryOptions", "c2jShape" : "DeliveryOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link DeliveryOptions.Builder} avoiding the need to create one manually via {@link DeliveryOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeliveryOptions.Builder#build()} is called immediately and its result is passed to {@link #deliveryOptions(DeliveryOptions)}.\n@param deliveryOptions a consumer that will call methods on {@link DeliveryOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryOptions(DeliveryOptions)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryOptions", "getterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "getterModel" : { "returnType" : "DeliveryOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DeliveryOptions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    \n@param deliveryOptions Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).", "setterMethodName" : "setDeliveryOptions", "setterModel" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : null, "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DeliveryOptions", "variableName" : "deliveryOptions", "variableType" : "DeliveryOptions", "documentation" : "

                                                                                                                                                                    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

                                                                                                                                                                    ", "simpleType" : "DeliveryOptions", "variableSetterType" : "DeliveryOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "PutConfigurationSetDeliveryOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutConfigurationSetDeliveryOptionsRequest", "variableName" : "putConfigurationSetDeliveryOptionsRequest", "variableType" : "PutConfigurationSetDeliveryOptionsRequest", "documentation" : null, "simpleType" : "PutConfigurationSetDeliveryOptionsRequest", "variableSetterType" : "PutConfigurationSetDeliveryOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutConfigurationSetDeliveryOptionsResponse" : { "c2jName" : "PutConfigurationSetDeliveryOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    An HTTP 200 response if the request succeeds, or an error message if the request fails.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutConfigurationSetDeliveryOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "PutConfigurationSetDeliveryOptionsResult" }, "variable" : { "variableDeclarationType" : "PutConfigurationSetDeliveryOptionsResponse", "variableName" : "putConfigurationSetDeliveryOptionsResponse", "variableType" : "PutConfigurationSetDeliveryOptionsResponse", "documentation" : null, "simpleType" : "PutConfigurationSetDeliveryOptionsResponse", "variableSetterType" : "PutConfigurationSetDeliveryOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutIdentityPolicyRequest" : { "c2jName" : "PutIdentityPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutIdentityPolicy", "locationName" : null, "requestUri" : "/", "target" : "PutIdentityPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@return The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@return The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policy(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@return The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Policy" : { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policy(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyName" : { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@return The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@return The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    \n@param identity The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identity that the policy will apply to. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                    To successfully call this API, you must own the identity.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@return The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    \n@param policyName The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the policy.

                                                                                                                                                                    The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policy(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                                                    For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyName", "Policy" ], "shapeName" : "PutIdentityPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutIdentityPolicyRequest", "variableName" : "putIdentityPolicyRequest", "variableType" : "PutIdentityPolicyRequest", "documentation" : null, "simpleType" : "PutIdentityPolicyRequest", "variableSetterType" : "PutIdentityPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutIdentityPolicyResponse" : { "c2jName" : "PutIdentityPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    An empty element returned on a successful request.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutIdentityPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "PutIdentityPolicyResult" }, "variable" : { "variableDeclarationType" : "PutIdentityPolicyResponse", "variableName" : "putIdentityPolicyResponse", "variableType" : "PutIdentityPolicyResponse", "documentation" : null, "simpleType" : "PutIdentityPolicyResponse", "variableSetterType" : "PutIdentityPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "RawMessage" : { "c2jName" : "RawMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the raw data of the message.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "RawMessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "RawMessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "Data", "c2jShape" : "RawMessageData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@return The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    \n@param data The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                                                                                                                                    The raw data of the message. This data needs to base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, and MIME encoding.

                                                                                                                                                                    The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                                                    If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                                                    Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                                                    For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                    ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Data" ], "shapeName" : "RawMessage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : null, "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptAction" : { "c2jName" : "ReceiptAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

                                                                                                                                                                    For information about setting up receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getS3Action", "beanStyleSetterMethodName" : "setS3Action", "c2jName" : "S3Action", "c2jShape" : "S3Action", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link S3Action.Builder} avoiding the need to create one manually via {@link S3Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Action.Builder#build()} is called immediately and its result is passed to {@link #s3Action(S3Action)}.\n@param s3Action a consumer that will call methods on {@link S3Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Action(S3Action)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Action", "fluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Action", "getterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setS3Action", "setterModel" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceAction", "beanStyleSetterMethodName" : "setBounceAction", "c2jName" : "BounceAction", "c2jShape" : "BounceAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link BounceAction.Builder} avoiding the need to create one manually via {@link BounceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link BounceAction.Builder#build()} is called immediately and its result is passed to {@link #bounceAction(BounceAction)}.\n@param bounceAction a consumer that will call methods on {@link BounceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceAction(BounceAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceAction", "getterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@return Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "getterModel" : { "returnType" : "BounceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BounceAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "setterMethodName" : "setBounceAction", "setterModel" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : null, "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkmailAction", "beanStyleSetterMethodName" : "setWorkmailAction", "c2jName" : "WorkmailAction", "c2jShape" : "WorkmailAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link WorkmailAction.Builder} avoiding the need to create one manually via {@link WorkmailAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link WorkmailAction.Builder#build()} is called immediately and its result is passed to {@link #workmailAction(WorkmailAction)}.\n@param workmailAction a consumer that will call methods on {@link WorkmailAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #workmailAction(WorkmailAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "workmailAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workmailAction", "getterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@return Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "getterModel" : { "returnType" : "WorkmailAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WorkmailAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WorkmailAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WorkmailAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "setterMethodName" : "setWorkmailAction", "setterModel" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : null, "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaAction", "beanStyleSetterMethodName" : "setLambdaAction", "c2jName" : "LambdaAction", "c2jShape" : "LambdaAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link LambdaAction.Builder} avoiding the need to create one manually via {@link LambdaAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaAction.Builder#build()} is called immediately and its result is passed to {@link #lambdaAction(LambdaAction)}.\n@param lambdaAction a consumer that will call methods on {@link LambdaAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaAction(LambdaAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaAction", "getterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setLambdaAction", "setterModel" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopAction", "beanStyleSetterMethodName" : "setStopAction", "c2jName" : "StopAction", "c2jShape" : "StopAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link StopAction.Builder} avoiding the need to create one manually via {@link StopAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link StopAction.Builder#build()} is called immediately and its result is passed to {@link #stopAction(StopAction)}.\n@param stopAction a consumer that will call methods on {@link StopAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopAction(StopAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopAction", "getterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "StopAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StopAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "setterMethodName" : "setStopAction", "setterModel" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : null, "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddHeaderAction", "beanStyleSetterMethodName" : "setAddHeaderAction", "c2jName" : "AddHeaderAction", "c2jShape" : "AddHeaderAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link AddHeaderAction.Builder} avoiding the need to create one manually via {@link AddHeaderAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddHeaderAction.Builder#build()} is called immediately and its result is passed to {@link #addHeaderAction(AddHeaderAction)}.\n@param addHeaderAction a consumer that will call methods on {@link AddHeaderAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addHeaderAction(AddHeaderAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addHeaderAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addHeaderAction", "getterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@return Adds a header to the received email.", "getterModel" : { "returnType" : "AddHeaderAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddHeaderAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AddHeaderAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddHeaderAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.", "setterMethodName" : "setAddHeaderAction", "setterModel" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : null, "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsAction", "beanStyleSetterMethodName" : "setSnsAction", "c2jName" : "SNSAction", "c2jShape" : "SNSAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SNSAction.Builder} avoiding the need to create one manually via {@link SNSAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSAction.Builder#build()} is called immediately and its result is passed to {@link #snsAction(SNSAction)}.\n@param snsAction a consumer that will call methods on {@link SNSAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsAction(SNSAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsAction", "getterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@return Publishes the email content within a notification to Amazon SNS.", "getterModel" : { "returnType" : "SNSAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.", "setterMethodName" : "setSnsAction", "setterModel" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : null, "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddHeaderAction" : { "beanStyleGetterMethodName" : "getAddHeaderAction", "beanStyleSetterMethodName" : "setAddHeaderAction", "c2jName" : "AddHeaderAction", "c2jShape" : "AddHeaderAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link AddHeaderAction.Builder} avoiding the need to create one manually via {@link AddHeaderAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddHeaderAction.Builder#build()} is called immediately and its result is passed to {@link #addHeaderAction(AddHeaderAction)}.\n@param addHeaderAction a consumer that will call methods on {@link AddHeaderAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addHeaderAction(AddHeaderAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addHeaderAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addHeaderAction", "getterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@return Adds a header to the received email.", "getterModel" : { "returnType" : "AddHeaderAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddHeaderAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AddHeaderAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddHeaderAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.", "setterMethodName" : "setAddHeaderAction", "setterModel" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : null, "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BounceAction" : { "beanStyleGetterMethodName" : "getBounceAction", "beanStyleSetterMethodName" : "setBounceAction", "c2jName" : "BounceAction", "c2jShape" : "BounceAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link BounceAction.Builder} avoiding the need to create one manually via {@link BounceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link BounceAction.Builder#build()} is called immediately and its result is passed to {@link #bounceAction(BounceAction)}.\n@param bounceAction a consumer that will call methods on {@link BounceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceAction(BounceAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceAction", "getterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@return Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "getterModel" : { "returnType" : "BounceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BounceAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "setterMethodName" : "setBounceAction", "setterModel" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : null, "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LambdaAction" : { "beanStyleGetterMethodName" : "getLambdaAction", "beanStyleSetterMethodName" : "setLambdaAction", "c2jName" : "LambdaAction", "c2jShape" : "LambdaAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link LambdaAction.Builder} avoiding the need to create one manually via {@link LambdaAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaAction.Builder#build()} is called immediately and its result is passed to {@link #lambdaAction(LambdaAction)}.\n@param lambdaAction a consumer that will call methods on {@link LambdaAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaAction(LambdaAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaAction", "getterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setLambdaAction", "setterModel" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3Action" : { "beanStyleGetterMethodName" : "getS3Action", "beanStyleSetterMethodName" : "setS3Action", "c2jName" : "S3Action", "c2jShape" : "S3Action", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link S3Action.Builder} avoiding the need to create one manually via {@link S3Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Action.Builder#build()} is called immediately and its result is passed to {@link #s3Action(S3Action)}.\n@param s3Action a consumer that will call methods on {@link S3Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Action(S3Action)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Action", "fluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Action", "getterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setS3Action", "setterModel" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SNSAction" : { "beanStyleGetterMethodName" : "getSnsAction", "beanStyleSetterMethodName" : "setSnsAction", "c2jName" : "SNSAction", "c2jShape" : "SNSAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SNSAction.Builder} avoiding the need to create one manually via {@link SNSAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSAction.Builder#build()} is called immediately and its result is passed to {@link #snsAction(SNSAction)}.\n@param snsAction a consumer that will call methods on {@link SNSAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsAction(SNSAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsAction", "getterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@return Publishes the email content within a notification to Amazon SNS.", "getterModel" : { "returnType" : "SNSAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.", "setterMethodName" : "setSnsAction", "setterModel" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : null, "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StopAction" : { "beanStyleGetterMethodName" : "getStopAction", "beanStyleSetterMethodName" : "setStopAction", "c2jName" : "StopAction", "c2jShape" : "StopAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link StopAction.Builder} avoiding the need to create one manually via {@link StopAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link StopAction.Builder#build()} is called immediately and its result is passed to {@link #stopAction(StopAction)}.\n@param stopAction a consumer that will call methods on {@link StopAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopAction(StopAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopAction", "getterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "StopAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StopAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "setterMethodName" : "setStopAction", "setterModel" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : null, "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WorkmailAction" : { "beanStyleGetterMethodName" : "getWorkmailAction", "beanStyleSetterMethodName" : "setWorkmailAction", "c2jName" : "WorkmailAction", "c2jShape" : "WorkmailAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link WorkmailAction.Builder} avoiding the need to create one manually via {@link WorkmailAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link WorkmailAction.Builder#build()} is called immediately and its result is passed to {@link #workmailAction(WorkmailAction)}.\n@param workmailAction a consumer that will call methods on {@link WorkmailAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #workmailAction(WorkmailAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "workmailAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workmailAction", "getterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@return Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "getterModel" : { "returnType" : "WorkmailAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WorkmailAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WorkmailAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WorkmailAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "setterMethodName" : "setWorkmailAction", "setterModel" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : null, "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getS3Action", "beanStyleSetterMethodName" : "setS3Action", "c2jName" : "S3Action", "c2jShape" : "S3Action", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link S3Action.Builder} avoiding the need to create one manually via {@link S3Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Action.Builder#build()} is called immediately and its result is passed to {@link #s3Action(S3Action)}.\n@param s3Action a consumer that will call methods on {@link S3Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Action(S3Action)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Action", "fluentSetterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Action", "getterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setS3Action", "setterModel" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "

                                                                                                                                                                    Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceAction", "beanStyleSetterMethodName" : "setBounceAction", "c2jName" : "BounceAction", "c2jShape" : "BounceAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link BounceAction.Builder} avoiding the need to create one manually via {@link BounceAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link BounceAction.Builder#build()} is called immediately and its result is passed to {@link #bounceAction(BounceAction)}.\n@param bounceAction a consumer that will call methods on {@link BounceAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceAction(BounceAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceAction", "getterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@return Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "getterModel" : { "returnType" : "BounceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BounceAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).", "setterMethodName" : "setBounceAction", "setterModel" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : null, "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "

                                                                                                                                                                    Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                    ", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkmailAction", "beanStyleSetterMethodName" : "setWorkmailAction", "c2jName" : "WorkmailAction", "c2jShape" : "WorkmailAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link WorkmailAction.Builder} avoiding the need to create one manually via {@link WorkmailAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link WorkmailAction.Builder#build()} is called immediately and its result is passed to {@link #workmailAction(WorkmailAction)}.\n@param workmailAction a consumer that will call methods on {@link WorkmailAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #workmailAction(WorkmailAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "workmailAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workmailAction", "getterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@return Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "getterModel" : { "returnType" : "WorkmailAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WorkmailAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "WorkmailAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "WorkmailAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.", "setterMethodName" : "setWorkmailAction", "setterModel" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : null, "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "

                                                                                                                                                                    Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaAction", "beanStyleSetterMethodName" : "setLambdaAction", "c2jName" : "LambdaAction", "c2jShape" : "LambdaAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link LambdaAction.Builder} avoiding the need to create one manually via {@link LambdaAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaAction.Builder#build()} is called immediately and its result is passed to {@link #lambdaAction(LambdaAction)}.\n@param lambdaAction a consumer that will call methods on {@link LambdaAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaAction(LambdaAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaAction", "getterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.", "setterMethodName" : "setLambdaAction", "setterModel" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "

                                                                                                                                                                    Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopAction", "beanStyleSetterMethodName" : "setStopAction", "c2jName" : "StopAction", "c2jShape" : "StopAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link StopAction.Builder} avoiding the need to create one manually via {@link StopAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link StopAction.Builder#build()} is called immediately and its result is passed to {@link #stopAction(StopAction)}.\n@param stopAction a consumer that will call methods on {@link StopAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopAction(StopAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopAction", "getterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@return Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "getterModel" : { "returnType" : "StopAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StopAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StopAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.", "setterMethodName" : "setStopAction", "setterModel" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : null, "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "

                                                                                                                                                                    Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAddHeaderAction", "beanStyleSetterMethodName" : "setAddHeaderAction", "c2jName" : "AddHeaderAction", "c2jShape" : "AddHeaderAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link AddHeaderAction.Builder} avoiding the need to create one manually via {@link AddHeaderAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link AddHeaderAction.Builder#build()} is called immediately and its result is passed to {@link #addHeaderAction(AddHeaderAction)}.\n@param addHeaderAction a consumer that will call methods on {@link AddHeaderAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #addHeaderAction(AddHeaderAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "addHeaderAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "addHeaderAction", "getterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@return Adds a header to the received email.", "getterModel" : { "returnType" : "AddHeaderAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddHeaderAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AddHeaderAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AddHeaderAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    \n@param addHeaderAction Adds a header to the received email.", "setterMethodName" : "setAddHeaderAction", "setterModel" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : null, "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "

                                                                                                                                                                    Adds a header to the received email.

                                                                                                                                                                    ", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsAction", "beanStyleSetterMethodName" : "setSnsAction", "c2jName" : "SNSAction", "c2jShape" : "SNSAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SNSAction.Builder} avoiding the need to create one manually via {@link SNSAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link SNSAction.Builder#build()} is called immediately and its result is passed to {@link #snsAction(SNSAction)}.\n@param snsAction a consumer that will call methods on {@link SNSAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsAction(SNSAction)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsAction", "fluentSetterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsAction", "getterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@return Publishes the email content within a notification to Amazon SNS.", "getterModel" : { "returnType" : "SNSAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SNSAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SNSAction", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    \n@param snsAction Publishes the email content within a notification to Amazon SNS.", "setterMethodName" : "setSnsAction", "setterModel" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : null, "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : "

                                                                                                                                                                    Publishes the email content within a notification to Amazon SNS.

                                                                                                                                                                    ", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "receiptAction", "variableType" : "ReceiptAction", "documentation" : null, "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptFilter" : { "c2jName" : "ReceiptFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

                                                                                                                                                                    For information about setting up IP address filters, see the Amazon SES Developer Guide.

                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the IP address filter. The name must:

                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the IP address filter. The name must:

                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the IP address filter. The name must:

                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                      The name of the IP address filter. The name must:

                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                      \n@return The name of the IP address filter. The name must:

                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                        The name of the IP address filter. The name must:

                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                        \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                        • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIpFilter", "beanStyleSetterMethodName" : "setIpFilter", "c2jName" : "IpFilter", "c2jShape" : "ReceiptIpFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link ReceiptIpFilter.Builder} avoiding the need to create one manually via {@link ReceiptIpFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptIpFilter.Builder#build()} is called immediately and its result is passed to {@link #ipFilter(ReceiptIpFilter)}.\n@param ipFilter a consumer that will call methods on {@link ReceiptIpFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFilter(ReceiptIpFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipFilter", "fluentSetterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFilter", "getterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@return A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "getterModel" : { "returnType" : "ReceiptIpFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IpFilter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "setterMethodName" : "setIpFilter", "setterModel" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : null, "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          ", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpFilter" : { "beanStyleGetterMethodName" : "getIpFilter", "beanStyleSetterMethodName" : "setIpFilter", "c2jName" : "IpFilter", "c2jShape" : "ReceiptIpFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link ReceiptIpFilter.Builder} avoiding the need to create one manually via {@link ReceiptIpFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptIpFilter.Builder#build()} is called immediately and its result is passed to {@link #ipFilter(ReceiptIpFilter)}.\n@param ipFilter a consumer that will call methods on {@link ReceiptIpFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFilter(ReceiptIpFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipFilter", "fluentSetterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFilter", "getterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@return A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "getterModel" : { "returnType" : "ReceiptIpFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IpFilter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "setterMethodName" : "setIpFilter", "setterModel" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : null, "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "

                                                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                          ", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                            The name of the IP address filter. The name must:

                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                            \n@return The name of the IP address filter. The name must:

                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                              The name of the IP address filter. The name must:

                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                              \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                              • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The name of the IP address filter. The name must:

                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The name of the IP address filter. The name must:

                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The name of the IP address filter. The name must:

                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                The name of the IP address filter. The name must:

                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                  The name of the IP address filter. The name must:

                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                  \n@return The name of the IP address filter. The name must:

                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    The name of the IP address filter. The name must:

                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                    \n@param name The name of the IP address filter. The name must:

                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                    • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the IP address filter. The name must:

                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIpFilter", "beanStyleSetterMethodName" : "setIpFilter", "c2jName" : "IpFilter", "c2jShape" : "ReceiptIpFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link ReceiptIpFilter.Builder} avoiding the need to create one manually via {@link ReceiptIpFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptIpFilter.Builder#build()} is called immediately and its result is passed to {@link #ipFilter(ReceiptIpFilter)}.\n@param ipFilter a consumer that will call methods on {@link ReceiptIpFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFilter(ReceiptIpFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipFilter", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFilter", "getterDocumentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      \n@return A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "getterModel" : { "returnType" : "ReceiptIpFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IpFilter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.", "setterMethodName" : "setIpFilter", "setterModel" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : null, "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "

                                                                                                                                                                                      A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                                                                      ", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "IpFilter" ], "shapeName" : "ReceiptFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "receiptFilter", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptFilterPolicy" : { "c2jName" : "ReceiptFilterPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BLOCK", "value" : "Block" }, { "name" : "ALLOW", "value" : "Allow" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptFilterPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptFilterPolicy", "variableName" : "receiptFilterPolicy", "variableType" : "ReceiptFilterPolicy", "documentation" : null, "simpleType" : "ReceiptFilterPolicy", "variableSetterType" : "ReceiptFilterPolicy" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptIpFilter" : { "c2jName" : "ReceiptIpFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

                                                                                                                                                                                      For information about setting up IP address filters, see the Amazon SES Developer Guide.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicyAsString", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "ReceiptFilterPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyAsString(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ReceiptFilterPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "policy", "fluentEnumSetterMethodName" : "policy", "fluentGetterMethodName" : "policyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policy} will return {@link ReceiptFilterPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyAsString}.\n

                                                                                                                                                                                      \n@return Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "Cidr", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@return A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "Cidr", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@return A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Policy" : { "beanStyleGetterMethodName" : "getPolicyAsString", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "ReceiptFilterPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyAsString(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ReceiptFilterPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "policy", "fluentEnumSetterMethodName" : "policy", "fluentGetterMethodName" : "policyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policy} will return {@link ReceiptFilterPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyAsString}.\n

                                                                                                                                                                                      \n@return Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyAsString", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "ReceiptFilterPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyAsString(String)}.\n@param policy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ReceiptFilterPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "policy", "fluentEnumSetterMethodName" : "policy", "fluentGetterMethodName" : "policyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policy} will return {@link ReceiptFilterPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyAsString}.\n

                                                                                                                                                                                      \n@return Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "Cidr", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@return A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Policy", "Cidr" ], "shapeName" : "ReceiptIpFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "receiptIpFilter", "variableType" : "ReceiptIpFilter", "documentation" : null, "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptRule" : { "c2jName" : "ReceiptRule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.

                                                                                                                                                                                      Each receipt rule defines a set of email addresses or domains that it applies to. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.

                                                                                                                                                                                      For information about setting up receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the receipt rule. The name must:

                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the receipt rule. The name must:

                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the receipt rule. The name must:

                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                      \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                        The name of the receipt rule. The name must:

                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                        \n@return The name of the receipt rule. The name must:

                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                          The name of the receipt rule. The name must:

                                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                                          \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                                          • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The name of the receipt rule. The name must:

                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@return If true, the receipt rule is active. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@param enabled If true, the receipt rule is active. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                                                                                                            \n@return Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipients", "beanStyleSetterMethodName" : "setRecipients", "c2jName" : "Recipients", "c2jShape" : "RecipientsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recipients(List)}.\n@param recipients a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipients(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipients", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipients", "getterDocumentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                            \n@return The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipients", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipients", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Recipient", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Recipients", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "setterMethodName" : "setRecipients", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                            The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "ReceiptActionsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                            \n@return An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptAction.Builder} avoiding the need to create one manually via {@link ReceiptAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptAction.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptAction)}.\n@param member a consumer that will call methods on {@link ReceiptAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : null, "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getScanEnabled", "beanStyleSetterMethodName" : "setScanEnabled", "c2jName" : "ScanEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanEnabled(Boolean)}.\n@param scanEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanEnabled", "getterDocumentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            \n@return If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScanEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScanEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "setterMethodName" : "setScanEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                            If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "ReceiptActionsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                            \n@return An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptAction.Builder} avoiding the need to create one manually via {@link ReceiptAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptAction.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptAction)}.\n@param member a consumer that will call methods on {@link ReceiptAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : null, "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                            An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@return If true, the receipt rule is active. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            \n@param enabled If true, the receipt rule is active. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                            If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The name of the receipt rule. The name must:

                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The name of the receipt rule. The name must:

                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The name of the receipt rule. The name must:

                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                            \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                              The name of the receipt rule. The name must:

                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                              \n@return The name of the receipt rule. The name must:

                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                The name of the receipt rule. The name must:

                                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                                \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                                • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Recipients" : { "beanStyleGetterMethodName" : "getRecipients", "beanStyleSetterMethodName" : "setRecipients", "c2jName" : "Recipients", "c2jShape" : "RecipientsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recipients(List)}.\n@param recipients a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipients(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipients", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipients", "getterDocumentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                  \n@return The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipients", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipients", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Recipient", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Recipients", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "setterMethodName" : "setRecipients", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ScanEnabled" : { "beanStyleGetterMethodName" : "getScanEnabled", "beanStyleSetterMethodName" : "setScanEnabled", "c2jName" : "ScanEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanEnabled(Boolean)}.\n@param scanEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanEnabled", "getterDocumentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  \n@return If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScanEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScanEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "setterMethodName" : "setScanEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TlsPolicy" : { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                                                                                                                  \n@return Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                  \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                    The name of the receipt rule. The name must:

                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                    \n@return The name of the receipt rule. The name must:

                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                      The name of the receipt rule. The name must:

                                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                                      \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                                      • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The name of the receipt rule. The name must:

                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        \n@return If true, the receipt rule is active. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        \n@param enabled If true, the receipt rule is active. The default value is false.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                        If true, the receipt rule is active. The default value is false.

                                                                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTlsPolicyAsString", "beanStyleSetterMethodName" : "setTlsPolicy", "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "TlsPolicy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "tlsPolicy", "fluentEnumSetterMethodName" : "tlsPolicy", "fluentGetterMethodName" : "tlsPolicyAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy", "fluentSetterMethodName" : "tlsPolicy", "getterDocumentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n

                                                                                                                                                                                                        \n@return Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TlsPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecipients", "beanStyleSetterMethodName" : "setRecipients", "c2jName" : "Recipients", "c2jShape" : "RecipientsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recipients(List)}.\n@param recipients a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipients(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recipients", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recipients", "getterDocumentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipients", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Recipients", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Recipient", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Recipients", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        \n@param recipients The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.", "setterMethodName" : "setRecipients", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "ReceiptActionsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptAction.Builder} avoiding the need to create one manually via {@link ReceiptAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptAction.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptAction)}.\n@param member a consumer that will call methods on {@link ReceiptAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptAction)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReceiptAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : null, "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReceiptAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getScanEnabled", "beanStyleSetterMethodName" : "setScanEnabled", "c2jName" : "ScanEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #scanEnabled(Boolean)}.\n@param scanEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scanEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scanEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scanEnabled", "getterDocumentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        \n@return If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScanEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScanEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ScanEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        \n@param scanEnabled If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.", "setterMethodName" : "setScanEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                        If true, then messages that this receipt rule applies to are scanned for spam and viruses. The default value is false.

                                                                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "ReceiptRule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "receiptRule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "wrapper" : false, "xmlNamespace" : null }, "ReceiptRuleSetMetadata" : { "c2jName" : "ReceiptRuleSetMetadata", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Information about a receipt rule set.

                                                                                                                                                                                                        A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

                                                                                                                                                                                                        For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

                                                                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The name of the receipt rule set. The name must:

                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The name of the receipt rule set. The name must:

                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The name of the receipt rule set. The name must:

                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                        \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                          The name of the receipt rule set. The name must:

                                                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                                                          \n@return The name of the receipt rule set. The name must:

                                                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                            The name of the receipt rule set. The name must:

                                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                                            \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                            • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                                                            • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The name of the receipt rule set. The name must:

                                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@return The date and time the receipt rule set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@param createdTimestamp The date and time the receipt rule set was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedTimestamp" : { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@return The date and time the receipt rule set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              \n@param createdTimestamp The date and time the receipt rule set was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                              The date and time the receipt rule set was created.

                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The name of the receipt rule set. The name must:

                                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The name of the receipt rule set. The name must:

                                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The name of the receipt rule set. The name must:

                                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                                              \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                              • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                The name of the receipt rule set. The name must:

                                                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                                                \n@return The name of the receipt rule set. The name must:

                                                                                                                                                                                                                • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  The name of the receipt rule set. The name must:

                                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                                  \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                                  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                                                  • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the receipt rule set. The name must:

                                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the receipt rule set. The name must:

                                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The name of the receipt rule set. The name must:

                                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the receipt rule set. The name must:

                                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                                    \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                                    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                      The name of the receipt rule set. The name must:

                                                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                                                      \n@return The name of the receipt rule set. The name must:

                                                                                                                                                                                                                      • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                        The name of the receipt rule set. The name must:

                                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                                        \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                                                        • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                                                                        • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set. The name must:

                                                                                                                                                                                                                          • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          \n@return The date and time the receipt rule set was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptRuleSetMetadata", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "receiptRuleSetMetadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "wrapper" : false, "xmlNamespace" : null }, "RecipientDsnFields" : { "c2jName" : "RecipientDsnFields", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

                                                                                                                                                                                                                          For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFinalRecipient", "beanStyleSetterMethodName" : "setFinalRecipient", "c2jName" : "FinalRecipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalRecipient(String)}.\n@param finalRecipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalRecipient(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalRecipient", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalRecipient", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalRecipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalRecipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalRecipient", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "setterMethodName" : "setFinalRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "DsnAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "DsnAction", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link DsnAction#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                          \n@return The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoteMta", "beanStyleSetterMethodName" : "setRemoteMta", "c2jName" : "RemoteMta", "c2jShape" : "RemoteMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #remoteMta(String)}.\n@param remoteMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #remoteMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "remoteMta", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "remoteMta", "getterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@return The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoteMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoteMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RemoteMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "setterMethodName" : "setRemoteMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "DsnStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@return The status code that indicates what went wrong. This is required by RFC 3464.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDiagnosticCode", "beanStyleSetterMethodName" : "setDiagnosticCode", "c2jName" : "DiagnosticCode", "c2jShape" : "DiagnosticCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #diagnosticCode(String)}.\n@param diagnosticCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #diagnosticCode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "diagnosticCode", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "diagnosticCode", "getterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@return An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DiagnosticCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DiagnosticCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DiagnosticCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "setterMethodName" : "setDiagnosticCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastAttemptDate", "beanStyleSetterMethodName" : "setLastAttemptDate", "c2jName" : "LastAttemptDate", "c2jShape" : "LastAttemptDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastAttemptDate(Instant)}.\n@param lastAttemptDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastAttemptDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastAttemptDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastAttemptDate", "getterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@return The time the final delivery attempt was made, in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastAttemptDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastAttemptDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastAttemptDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.", "setterMethodName" : "setLastAttemptDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "DsnAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "DsnAction", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link DsnAction#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                          \n@return The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DiagnosticCode" : { "beanStyleGetterMethodName" : "getDiagnosticCode", "beanStyleSetterMethodName" : "setDiagnosticCode", "c2jName" : "DiagnosticCode", "c2jShape" : "DiagnosticCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #diagnosticCode(String)}.\n@param diagnosticCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #diagnosticCode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "diagnosticCode", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "diagnosticCode", "getterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@return An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DiagnosticCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DiagnosticCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DiagnosticCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "setterMethodName" : "setDiagnosticCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExtensionFields" : { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FinalRecipient" : { "beanStyleGetterMethodName" : "getFinalRecipient", "beanStyleSetterMethodName" : "setFinalRecipient", "c2jName" : "FinalRecipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalRecipient(String)}.\n@param finalRecipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalRecipient(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalRecipient", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalRecipient", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalRecipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalRecipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalRecipient", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "setterMethodName" : "setFinalRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastAttemptDate" : { "beanStyleGetterMethodName" : "getLastAttemptDate", "beanStyleSetterMethodName" : "setLastAttemptDate", "c2jName" : "LastAttemptDate", "c2jShape" : "LastAttemptDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastAttemptDate(Instant)}.\n@param lastAttemptDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastAttemptDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastAttemptDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastAttemptDate", "getterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@return The time the final delivery attempt was made, in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastAttemptDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastAttemptDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastAttemptDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.", "setterMethodName" : "setLastAttemptDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RemoteMta" : { "beanStyleGetterMethodName" : "getRemoteMta", "beanStyleSetterMethodName" : "setRemoteMta", "c2jName" : "RemoteMta", "c2jShape" : "RemoteMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #remoteMta(String)}.\n@param remoteMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #remoteMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "remoteMta", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "remoteMta", "getterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@return The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoteMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoteMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RemoteMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "setterMethodName" : "setRemoteMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "DsnStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@return The status code that indicates what went wrong. This is required by RFC 3464.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFinalRecipient", "beanStyleSetterMethodName" : "setFinalRecipient", "c2jName" : "FinalRecipient", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalRecipient(String)}.\n@param finalRecipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalRecipient(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalRecipient", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalRecipient", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@return The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalRecipient", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalRecipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalRecipient", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          \n@param finalRecipient The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "setterMethodName" : "setFinalRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that the message was ultimately delivered to. This corresponds to the Final-Recipient in the DSN. If not specified, FinalRecipient will be set to the Recipient specified in the BouncedRecipientInfo structure. Either FinalRecipient or the recipient in BouncedRecipientInfo must be a recipient of the original bounced message.

                                                                                                                                                                                                                          Do not prepend the FinalRecipient email address with rfc 822;, as described in RFC 3798.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActionAsString", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "DsnAction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "DsnAction", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link DsnAction#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                          \n@return The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRemoteMta", "beanStyleSetterMethodName" : "setRemoteMta", "c2jName" : "RemoteMta", "c2jShape" : "RemoteMta", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #remoteMta(String)}.\n@param remoteMta a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #remoteMta(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "remoteMta", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "remoteMta", "getterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@return The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoteMta", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoteMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RemoteMta", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          \n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.", "setterMethodName" : "setRemoteMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). This parameter typically applies only to propagating synchronous bounces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "DsnStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@return The status code that indicates what went wrong. This is required by RFC 3464.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          \n@param status The status code that indicates what went wrong. This is required by RFC 3464.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDiagnosticCode", "beanStyleSetterMethodName" : "setDiagnosticCode", "c2jName" : "DiagnosticCode", "c2jShape" : "DiagnosticCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #diagnosticCode(String)}.\n@param diagnosticCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #diagnosticCode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "diagnosticCode", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "diagnosticCode", "getterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@return An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DiagnosticCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DiagnosticCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DiagnosticCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          \n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.", "setterMethodName" : "setDiagnosticCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastAttemptDate", "beanStyleSetterMethodName" : "setLastAttemptDate", "c2jName" : "LastAttemptDate", "c2jShape" : "LastAttemptDate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastAttemptDate(Instant)}.\n@param lastAttemptDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastAttemptDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastAttemptDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastAttemptDate", "getterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@return The time the final delivery attempt was made, in RFC 822 date-time format.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastAttemptDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastAttemptDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastAttemptDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          \n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.", "setterMethodName" : "setLastAttemptDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastAttemptDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtensionFields", "beanStyleSetterMethodName" : "setExtensionFields", "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extensionFields(List)}.\n@param extensionFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extensionFields(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extensionFields", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extensionFields", "getterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Additional X-headers to include in the DSN.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtensionField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtensionField.Builder} avoiding the need to create one manually via {@link ExtensionField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtensionField.Builder#build()} is called immediately and its result is passed to {@link #member(ExtensionField)}.\n@param member a consumer that will call methods on {@link ExtensionField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtensionField)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtensionFields", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          \n@param extensionFields Additional X-headers to include in the DSN.", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Additional X-headers to include in the DSN.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Action", "Status" ], "shapeName" : "RecipientDsnFields", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : null, "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "wrapper" : false, "xmlNamespace" : null }, "ReorderReceiptRuleSetRequest" : { "c2jName" : "ReorderReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ReorderReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "ReorderReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@return The name of the receipt rule set to reorder.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleNames", "beanStyleSetterMethodName" : "setRuleNames", "c2jName" : "RuleNames", "c2jShape" : "ReceiptRuleNamesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleNames(List)}.\n@param ruleNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleNames", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "setterMethodName" : "setRuleNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleNames" : { "beanStyleGetterMethodName" : "getRuleNames", "beanStyleSetterMethodName" : "setRuleNames", "c2jName" : "RuleNames", "c2jShape" : "ReceiptRuleNamesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleNames(List)}.\n@param ruleNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleNames", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "setterMethodName" : "setRuleNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@return The name of the receipt rule set to reorder.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@return The name of the receipt rule set to reorder.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          \n@param ruleSetName The name of the receipt rule set to reorder.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the receipt rule set to reorder.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleNames", "beanStyleSetterMethodName" : "setRuleNames", "c2jName" : "RuleNames", "c2jShape" : "ReceiptRuleNamesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleNames(List)}.\n@param ruleNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleNames", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.", "setterMethodName" : "setRuleNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleNames" ], "shapeName" : "ReorderReceiptRuleSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReorderReceiptRuleSetRequest", "variableName" : "reorderReceiptRuleSetRequest", "variableType" : "ReorderReceiptRuleSetRequest", "documentation" : null, "simpleType" : "ReorderReceiptRuleSetRequest", "variableSetterType" : "ReorderReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ReorderReceiptRuleSetResponse" : { "c2jName" : "ReorderReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          An empty element returned on a successful request.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReorderReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ReorderReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "ReorderReceiptRuleSetResponse", "variableName" : "reorderReceiptRuleSetResponse", "variableType" : "ReorderReceiptRuleSetResponse", "documentation" : null, "simpleType" : "ReorderReceiptRuleSetResponse", "variableSetterType" : "ReorderReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ReputationOptions" : { "c2jName" : "ReputationOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Contains information about the reputation settings for a configuration set.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSendingEnabled", "beanStyleSetterMethodName" : "setSendingEnabled", "c2jName" : "SendingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sendingEnabled(Boolean)}.\n@param sendingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@return Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SendingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "setterMethodName" : "setSendingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReputationMetricsEnabled", "beanStyleSetterMethodName" : "setReputationMetricsEnabled", "c2jName" : "ReputationMetricsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #reputationMetricsEnabled(Boolean)}.\n@param reputationMetricsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationMetricsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationMetricsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationMetricsEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@return Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationMetricsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationMetricsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReputationMetricsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "setterMethodName" : "setReputationMetricsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFreshStart", "beanStyleSetterMethodName" : "setLastFreshStart", "c2jName" : "LastFreshStart", "c2jShape" : "LastFreshStart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastFreshStart(Instant)}.\n@param lastFreshStart a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFreshStart(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastFreshStart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFreshStart", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@return The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFreshStart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFreshStart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastFreshStart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "setterMethodName" : "setLastFreshStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastFreshStart" : { "beanStyleGetterMethodName" : "getLastFreshStart", "beanStyleSetterMethodName" : "setLastFreshStart", "c2jName" : "LastFreshStart", "c2jShape" : "LastFreshStart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastFreshStart(Instant)}.\n@param lastFreshStart a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFreshStart(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastFreshStart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFreshStart", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@return The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFreshStart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFreshStart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastFreshStart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "setterMethodName" : "setLastFreshStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReputationMetricsEnabled" : { "beanStyleGetterMethodName" : "getReputationMetricsEnabled", "beanStyleSetterMethodName" : "setReputationMetricsEnabled", "c2jName" : "ReputationMetricsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #reputationMetricsEnabled(Boolean)}.\n@param reputationMetricsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationMetricsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationMetricsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationMetricsEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@return Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationMetricsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationMetricsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReputationMetricsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "setterMethodName" : "setReputationMetricsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SendingEnabled" : { "beanStyleGetterMethodName" : "getSendingEnabled", "beanStyleSetterMethodName" : "setSendingEnabled", "c2jName" : "SendingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sendingEnabled(Boolean)}.\n@param sendingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@return Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SendingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "setterMethodName" : "setSendingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSendingEnabled", "beanStyleSetterMethodName" : "setSendingEnabled", "c2jName" : "SendingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sendingEnabled(Boolean)}.\n@param sendingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sendingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sendingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sendingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@return Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SendingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SendingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          \n@param sendingEnabled Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.", "setterMethodName" : "setSendingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sendingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value is false, Amazon SES will not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReputationMetricsEnabled", "beanStyleSetterMethodName" : "setReputationMetricsEnabled", "c2jName" : "ReputationMetricsEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #reputationMetricsEnabled(Boolean)}.\n@param reputationMetricsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reputationMetricsEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reputationMetricsEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reputationMetricsEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@return Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReputationMetricsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReputationMetricsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReputationMetricsEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          \n@param reputationMetricsEnabled Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.", "setterMethodName" : "setReputationMetricsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reputationMetricsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                          If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFreshStart", "beanStyleSetterMethodName" : "setLastFreshStart", "c2jName" : "LastFreshStart", "c2jShape" : "LastFreshStart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastFreshStart(Instant)}.\n@param lastFreshStart a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFreshStart(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastFreshStart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFreshStart", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@return The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFreshStart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastFreshStart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastFreshStart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          \n@param lastFreshStart The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.", "setterMethodName" : "setLastFreshStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastFreshStart", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

                                                                                                                                                                                                                          When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

                                                                                                                                                                                                                          If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReputationOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReputationOptions", "variableName" : "reputationOptions", "variableType" : "ReputationOptions", "documentation" : null, "simpleType" : "ReputationOptions", "variableSetterType" : "ReputationOptions" }, "wrapper" : false, "xmlNamespace" : null }, "RuleDoesNotExistException" : { "c2jName" : "RuleDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the provided receipt rule does not exist.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RuleDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleDoesNotExistException", "variableName" : "ruleDoesNotExistException", "variableType" : "RuleDoesNotExistException", "documentation" : null, "simpleType" : "RuleDoesNotExistException", "variableSetterType" : "RuleDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "RuleSetDoesNotExistException" : { "c2jName" : "RuleSetDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the provided receipt rule set does not exist.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RuleSetDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@return Indicates that the named receipt rule set does not exist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          \n@param name Indicates that the named receipt rule set does not exist.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Indicates that the named receipt rule set does not exist.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleSetDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleSetDoesNotExistException", "variableName" : "ruleSetDoesNotExistException", "variableType" : "RuleSetDoesNotExistException", "documentation" : null, "simpleType" : "RuleSetDoesNotExistException", "variableSetterType" : "RuleSetDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "S3Action" : { "c2jName" : "S3Action", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                                                                          To enable Amazon SES to write emails to your Amazon S3 bucket, use an AWS KMS key to encrypt your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          When you save your emails to an Amazon S3 bucket, the maximum email size (including headers) is 30 MB. Emails larger than that will bounce.

                                                                                                                                                                                                                          For information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@return The name of the Amazon S3 bucket that incoming email will be saved to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectKeyPrefix", "beanStyleSetterMethodName" : "setObjectKeyPrefix", "c2jName" : "ObjectKeyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectKeyPrefix(String)}.\n@param objectKeyPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectKeyPrefix(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectKeyPrefix", "getterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@return The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectKeyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectKeyPrefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "setterMethodName" : "setObjectKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyArn", "beanStyleSetterMethodName" : "setKmsKeyArn", "c2jName" : "KmsKeyArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyArn(String)}.\n@param kmsKeyArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "setterMethodName" : "setKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@return The name of the Amazon S3 bucket that incoming email will be saved to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyArn" : { "beanStyleGetterMethodName" : "getKmsKeyArn", "beanStyleSetterMethodName" : "setKmsKeyArn", "c2jName" : "KmsKeyArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyArn(String)}.\n@param kmsKeyArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "setterMethodName" : "setKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ObjectKeyPrefix" : { "beanStyleGetterMethodName" : "getObjectKeyPrefix", "beanStyleSetterMethodName" : "setObjectKeyPrefix", "c2jName" : "ObjectKeyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectKeyPrefix(String)}.\n@param objectKeyPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectKeyPrefix(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectKeyPrefix", "getterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@return The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectKeyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectKeyPrefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "setterMethodName" : "setObjectKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "S3BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@return The name of the Amazon S3 bucket that incoming email will be saved to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BucketName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          \n@param bucketName The name of the Amazon S3 bucket that incoming email will be saved to.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon S3 bucket that incoming email will be saved to.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getObjectKeyPrefix", "beanStyleSetterMethodName" : "setObjectKeyPrefix", "c2jName" : "ObjectKeyPrefix", "c2jShape" : "S3KeyPrefix", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #objectKeyPrefix(String)}.\n@param objectKeyPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #objectKeyPrefix(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "objectKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "objectKeyPrefix", "getterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@return The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectKeyPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObjectKeyPrefix", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.", "setterMethodName" : "setObjectKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyArn", "beanStyleSetterMethodName" : "setKmsKeyArn", "c2jName" : "KmsKeyArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyArn(String)}.\n@param kmsKeyArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@return The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "setterMethodName" : "setKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                                                          • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                                                          • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                                                          Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS SDK for Java and AWS SDK for Ruby only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BucketName" ], "shapeName" : "S3Action", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "wrapper" : false, "xmlNamespace" : null }, "SNSAction" : { "c2jName" : "SNSAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS notifications. Amazon SNS notifications for all other actions simply provide information about the email. They do not include the email content itself.

                                                                                                                                                                                                                          If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a policy to the topic to give Amazon SES permissions to access it. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          You can only publish emails that are 150 KB or less (including the header) to Amazon SNS. Larger emails will bounce. If you anticipate emails larger than 150 KB, use the S3 action instead.

                                                                                                                                                                                                                          For information about using a receipt rule to publish an Amazon SNS notification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncodingAsString", "beanStyleSetterMethodName" : "setEncoding", "c2jName" : "Encoding", "c2jShape" : "SNSActionEncoding", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingAsString(String)}.\n@param encoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encoding(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SNSActionEncoding", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encoding", "fluentEnumSetterMethodName" : "encoding", "fluentGetterMethodName" : "encodingAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding", "fluentSetterMethodName" : "encoding", "getterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encoding} will return {@link SNSActionEncoding#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingAsString}.\n

                                                                                                                                                                                                                          \n@return The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encoding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Encoding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "setterMethodName" : "setEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encoding" : { "beanStyleGetterMethodName" : "getEncodingAsString", "beanStyleSetterMethodName" : "setEncoding", "c2jName" : "Encoding", "c2jShape" : "SNSActionEncoding", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingAsString(String)}.\n@param encoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encoding(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SNSActionEncoding", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encoding", "fluentEnumSetterMethodName" : "encoding", "fluentGetterMethodName" : "encodingAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding", "fluentSetterMethodName" : "encoding", "getterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encoding} will return {@link SNSActionEncoding#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingAsString}.\n

                                                                                                                                                                                                                          \n@return The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encoding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Encoding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "setterMethodName" : "setEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncodingAsString", "beanStyleSetterMethodName" : "setEncoding", "c2jName" : "Encoding", "c2jShape" : "SNSActionEncoding", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #encodingAsString(String)}.\n@param encoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encoding(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SNSActionEncoding", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "encoding", "fluentEnumSetterMethodName" : "encoding", "fluentGetterMethodName" : "encodingAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding", "fluentSetterMethodName" : "encoding", "getterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #encoding} will return {@link SNSActionEncoding#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #encodingAsString}.\n

                                                                                                                                                                                                                          \n@return The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encoding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Encoding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding", "setterMethodName" : "setEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TopicArn" ], "shapeName" : "SNSAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "snsAction", "variableType" : "SNSAction", "documentation" : null, "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "wrapper" : false, "xmlNamespace" : null }, "SNSActionEncoding" : { "c2jName" : "SNSActionEncoding", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "UTF_8", "value" : "UTF-8" }, { "name" : "BASE64", "value" : "Base64" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SNSActionEncoding", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SNSActionEncoding", "variableName" : "snsActionEncoding", "variableType" : "SNSActionEncoding", "documentation" : null, "simpleType" : "SNSActionEncoding", "variableSetterType" : "SNSActionEncoding" }, "wrapper" : false, "xmlNamespace" : null }, "SNSDestination" : { "c2jName" : "SNSDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

                                                                                                                                                                                                                          Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicARN", "beanStyleSetterMethodName" : "setTopicARN", "c2jName" : "TopicARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicARN(String)}.\n@param topicARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicARN", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TopicARN" : { "beanStyleGetterMethodName" : "getTopicARN", "beanStyleSetterMethodName" : "setTopicARN", "c2jName" : "TopicARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicARN(String)}.\n@param topicARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicARN", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicARN", "beanStyleSetterMethodName" : "setTopicARN", "c2jName" : "TopicARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicARN(String)}.\n@param topicARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicARN", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@return The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          \n@param topicARN The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TopicARN" ], "shapeName" : "SNSDestination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SNSDestination", "variableName" : "snsDestination", "variableType" : "SNSDestination", "documentation" : null, "simpleType" : "SNSDestination", "variableSetterType" : "SNSDestination" }, "wrapper" : false, "xmlNamespace" : null }, "SendBounceRequest" : { "c2jName" : "SendBounceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to send a bounce message to the sender of an email you received through Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendBounce", "locationName" : null, "requestUri" : "/", "target" : "SendBounce", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getOriginalMessageId", "beanStyleSetterMethodName" : "setOriginalMessageId", "c2jName" : "OriginalMessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessageId(String)}.\n@param originalMessageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@return The message ID of the message to be bounced.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.", "setterMethodName" : "setOriginalMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceSender", "beanStyleSetterMethodName" : "setBounceSender", "c2jName" : "BounceSender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSender(String)}.\n@param bounceSender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSender(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSender", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSender", "getterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSender", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "setterMethodName" : "setBounceSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExplanation", "beanStyleSetterMethodName" : "setExplanation", "c2jName" : "Explanation", "c2jShape" : "Explanation", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explanation(String)}.\n@param explanation a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explanation(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explanation", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "explanation", "getterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@return Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Explanation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Explanation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Explanation", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "setterMethodName" : "setExplanation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageDsn", "beanStyleSetterMethodName" : "setMessageDsn", "c2jName" : "MessageDsn", "c2jShape" : "MessageDsn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link MessageDsn.Builder} avoiding the need to create one manually via {@link MessageDsn#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageDsn.Builder#build()} is called immediately and its result is passed to {@link #messageDsn(MessageDsn)}.\n@param messageDsn a consumer that will call methods on {@link MessageDsn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageDsn(MessageDsn)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageDsn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageDsn", "getterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@return Message-related DSN fields. If not specified, Amazon SES will choose the values.", "getterModel" : { "returnType" : "MessageDsn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageDsn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageDsn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MessageDsn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.", "setterMethodName" : "setMessageDsn", "setterModel" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : null, "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBouncedRecipientInfoList", "beanStyleSetterMethodName" : "setBouncedRecipientInfoList", "c2jName" : "BouncedRecipientInfoList", "c2jShape" : "BouncedRecipientInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bouncedRecipientInfoList(List)}.\n@param bouncedRecipientInfoList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bouncedRecipientInfoList(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bouncedRecipientInfoList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bouncedRecipientInfoList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BouncedRecipientInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BouncedRecipientInfoList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BouncedRecipientInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BouncedRecipientInfo.Builder} avoiding the need to create one manually via {@link BouncedRecipientInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link BouncedRecipientInfo.Builder#build()} is called immediately and its result is passed to {@link #member(BouncedRecipientInfo)}.\n@param member a consumer that will call methods on {@link BouncedRecipientInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BouncedRecipientInfo)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BouncedRecipientInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : null, "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BouncedRecipientInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BouncedRecipientInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BouncedRecipientInfoList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "setterMethodName" : "setBouncedRecipientInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceSenderArn", "beanStyleSetterMethodName" : "setBounceSenderArn", "c2jName" : "BounceSenderArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSenderArn(String)}.\n@param bounceSenderArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSenderArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSenderArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSenderArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSenderArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSenderArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSenderArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setBounceSenderArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceSender" : { "beanStyleGetterMethodName" : "getBounceSender", "beanStyleSetterMethodName" : "setBounceSender", "c2jName" : "BounceSender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSender(String)}.\n@param bounceSender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSender(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSender", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSender", "getterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSender", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "setterMethodName" : "setBounceSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BounceSenderArn" : { "beanStyleGetterMethodName" : "getBounceSenderArn", "beanStyleSetterMethodName" : "setBounceSenderArn", "c2jName" : "BounceSenderArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSenderArn(String)}.\n@param bounceSenderArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSenderArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSenderArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSenderArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSenderArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSenderArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSenderArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setBounceSenderArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BouncedRecipientInfoList" : { "beanStyleGetterMethodName" : "getBouncedRecipientInfoList", "beanStyleSetterMethodName" : "setBouncedRecipientInfoList", "c2jName" : "BouncedRecipientInfoList", "c2jShape" : "BouncedRecipientInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bouncedRecipientInfoList(List)}.\n@param bouncedRecipientInfoList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bouncedRecipientInfoList(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bouncedRecipientInfoList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bouncedRecipientInfoList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BouncedRecipientInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BouncedRecipientInfoList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BouncedRecipientInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BouncedRecipientInfo.Builder} avoiding the need to create one manually via {@link BouncedRecipientInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link BouncedRecipientInfo.Builder#build()} is called immediately and its result is passed to {@link #member(BouncedRecipientInfo)}.\n@param member a consumer that will call methods on {@link BouncedRecipientInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BouncedRecipientInfo)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BouncedRecipientInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : null, "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BouncedRecipientInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BouncedRecipientInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BouncedRecipientInfoList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "setterMethodName" : "setBouncedRecipientInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Explanation" : { "beanStyleGetterMethodName" : "getExplanation", "beanStyleSetterMethodName" : "setExplanation", "c2jName" : "Explanation", "c2jShape" : "Explanation", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explanation(String)}.\n@param explanation a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explanation(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explanation", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "explanation", "getterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@return Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Explanation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Explanation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Explanation", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "setterMethodName" : "setExplanation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MessageDsn" : { "beanStyleGetterMethodName" : "getMessageDsn", "beanStyleSetterMethodName" : "setMessageDsn", "c2jName" : "MessageDsn", "c2jShape" : "MessageDsn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link MessageDsn.Builder} avoiding the need to create one manually via {@link MessageDsn#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageDsn.Builder#build()} is called immediately and its result is passed to {@link #messageDsn(MessageDsn)}.\n@param messageDsn a consumer that will call methods on {@link MessageDsn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageDsn(MessageDsn)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageDsn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageDsn", "getterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@return Message-related DSN fields. If not specified, Amazon SES will choose the values.", "getterModel" : { "returnType" : "MessageDsn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageDsn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageDsn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MessageDsn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.", "setterMethodName" : "setMessageDsn", "setterModel" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : null, "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginalMessageId" : { "beanStyleGetterMethodName" : "getOriginalMessageId", "beanStyleSetterMethodName" : "setOriginalMessageId", "c2jName" : "OriginalMessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessageId(String)}.\n@param originalMessageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@return The message ID of the message to be bounced.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.", "setterMethodName" : "setOriginalMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOriginalMessageId", "beanStyleSetterMethodName" : "setOriginalMessageId", "c2jName" : "OriginalMessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessageId(String)}.\n@param originalMessageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@return The message ID of the message to be bounced.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          \n@param originalMessageId The message ID of the message to be bounced.", "setterMethodName" : "setOriginalMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the message to be bounced.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceSender", "beanStyleSetterMethodName" : "setBounceSender", "c2jName" : "BounceSender", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSender(String)}.\n@param bounceSender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSender(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSender", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSender", "getterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSender", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSender", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.", "setterMethodName" : "setBounceSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExplanation", "beanStyleSetterMethodName" : "setExplanation", "c2jName" : "Explanation", "c2jShape" : "Explanation", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #explanation(String)}.\n@param explanation a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #explanation(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "explanation", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "explanation", "getterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@return Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Explanation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Explanation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Explanation", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.", "setterMethodName" : "setExplanation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessageDsn", "beanStyleSetterMethodName" : "setMessageDsn", "c2jName" : "MessageDsn", "c2jShape" : "MessageDsn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link MessageDsn.Builder} avoiding the need to create one manually via {@link MessageDsn#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageDsn.Builder#build()} is called immediately and its result is passed to {@link #messageDsn(MessageDsn)}.\n@param messageDsn a consumer that will call methods on {@link MessageDsn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageDsn(MessageDsn)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageDsn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageDsn", "getterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@return Message-related DSN fields. If not specified, Amazon SES will choose the values.", "getterModel" : { "returnType" : "MessageDsn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageDsn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageDsn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MessageDsn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.", "setterMethodName" : "setMessageDsn", "setterModel" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : null, "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "

                                                                                                                                                                                                                          Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                                                          ", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBouncedRecipientInfoList", "beanStyleSetterMethodName" : "setBouncedRecipientInfoList", "c2jName" : "BouncedRecipientInfoList", "c2jShape" : "BouncedRecipientInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #bouncedRecipientInfoList(List)}.\n@param bouncedRecipientInfoList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bouncedRecipientInfoList(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bouncedRecipientInfoList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bouncedRecipientInfoList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BouncedRecipientInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BouncedRecipientInfoList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BouncedRecipientInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BouncedRecipientInfo.Builder} avoiding the need to create one manually via {@link BouncedRecipientInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link BouncedRecipientInfo.Builder#build()} is called immediately and its result is passed to {@link #member(BouncedRecipientInfo)}.\n@param member a consumer that will call methods on {@link BouncedRecipientInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BouncedRecipientInfo)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BouncedRecipientInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : null, "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BouncedRecipientInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BouncedRecipientInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BouncedRecipientInfoList", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.", "setterMethodName" : "setBouncedRecipientInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounceSenderArn", "beanStyleSetterMethodName" : "setBounceSenderArn", "c2jName" : "BounceSenderArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceSenderArn(String)}.\n@param bounceSenderArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceSenderArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounceSenderArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounceSenderArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSenderArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSenderArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BounceSenderArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setBounceSenderArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OriginalMessageId", "BounceSender", "BouncedRecipientInfoList" ], "shapeName" : "SendBounceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendBounceRequest", "variableName" : "sendBounceRequest", "variableType" : "SendBounceRequest", "documentation" : null, "simpleType" : "SendBounceRequest", "variableSetterType" : "SendBounceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendBounceResponse" : { "c2jName" : "SendBounceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a unique message ID.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@return The message ID of the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@return The message ID of the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@return The message ID of the bounce message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          \n@param messageId The message ID of the bounce message.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The message ID of the bounce message.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendBounceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendBounceResult" }, "variable" : { "variableDeclarationType" : "SendBounceResponse", "variableName" : "sendBounceResponse", "variableType" : "SendBounceResponse", "documentation" : null, "simpleType" : "SendBounceResponse", "variableSetterType" : "SendBounceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SendBulkTemplatedEmailRequest" : { "c2jName" : "SendBulkTemplatedEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to send a templated email to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendBulkTemplatedEmail", "locationName" : null, "requestUri" : "/", "target" : "SendBulkTemplatedEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultTags", "beanStyleSetterMethodName" : "setDefaultTags", "c2jName" : "DefaultTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultTags(List)}.\n@param defaultTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultTags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "setterMethodName" : "setDefaultTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultTemplateData", "beanStyleSetterMethodName" : "setDefaultTemplateData", "c2jName" : "DefaultTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultTemplateData(String)}.\n@param defaultTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTemplateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTemplateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTemplateData", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@return A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultTemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setDefaultTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "BulkEmailDestinationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestination.Builder} avoiding the need to create one manually via {@link BulkEmailDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestination.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestination)}.\n@param member a consumer that will call methods on {@link BulkEmailDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : null, "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : "", "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultTags" : { "beanStyleGetterMethodName" : "getDefaultTags", "beanStyleSetterMethodName" : "setDefaultTags", "c2jName" : "DefaultTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultTags(List)}.\n@param defaultTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultTags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "setterMethodName" : "setDefaultTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultTemplateData" : { "beanStyleGetterMethodName" : "getDefaultTemplateData", "beanStyleSetterMethodName" : "setDefaultTemplateData", "c2jName" : "DefaultTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultTemplateData(String)}.\n@param defaultTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTemplateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTemplateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTemplateData", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@return A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultTemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setDefaultTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Destinations" : { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "BulkEmailDestinationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestination.Builder} avoiding the need to create one manually via {@link BulkEmailDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestination.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestination)}.\n@param member a consumer that will call methods on {@link BulkEmailDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : null, "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : "", "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplyToAddresses" : { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPath" : { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceArn" : { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Template" : { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateArn" : { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultTags", "beanStyleSetterMethodName" : "setDefaultTags", "c2jName" : "DefaultTags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultTags(List)}.\n@param defaultTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultTags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          \n@param defaultTags A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.", "setterMethodName" : "setDefaultTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultTags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using SendBulkTemplatedEmail.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The ARN of the template to use when sending this email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultTemplateData", "beanStyleSetterMethodName" : "setDefaultTemplateData", "c2jName" : "DefaultTemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultTemplateData(String)}.\n@param defaultTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultTemplateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultTemplateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultTemplateData", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@return A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultTemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultTemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultTemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          \n@param defaultTemplateData A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setDefaultTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultTemplateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available.

                                                                                                                                                                                                                          The template data is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "BulkEmailDestinationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestination.Builder} avoiding the need to create one manually via {@link BulkEmailDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestination.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestination)}.\n@param member a consumer that will call methods on {@link BulkEmailDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestination)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : null, "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestination", "variableName" : "member", "variableType" : "BulkEmailDestination", "documentation" : "", "simpleType" : "BulkEmailDestination", "variableSetterType" : "BulkEmailDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          \n@param destinations One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          One or more Destination objects. All of the recipients in a Destination will receive the same version of the email. You can specify up to 50 Destination objects within a Destinations array.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Source", "Template", "Destinations" ], "shapeName" : "SendBulkTemplatedEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendBulkTemplatedEmailRequest", "variableName" : "sendBulkTemplatedEmailRequest", "variableType" : "SendBulkTemplatedEmailRequest", "documentation" : null, "simpleType" : "SendBulkTemplatedEmailRequest", "variableSetterType" : "SendBulkTemplatedEmailRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendBulkTemplatedEmailResponse" : { "c2jName" : "SendBulkTemplatedEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailDestinationStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #status(List)}.\n@param status a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendBulkTemplatedEmail action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestinationStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestinationStatus.Builder} avoiding the need to create one manually via {@link BulkEmailDestinationStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestinationStatus.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestinationStatus)}.\n@param member a consumer that will call methods on {@link BulkEmailDestinationStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestinationStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestinationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : null, "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : "", "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestinationStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestinationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailDestinationStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #status(List)}.\n@param status a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendBulkTemplatedEmail action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestinationStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestinationStatus.Builder} avoiding the need to create one manually via {@link BulkEmailDestinationStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestinationStatus.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestinationStatus)}.\n@param member a consumer that will call methods on {@link BulkEmailDestinationStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestinationStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestinationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : null, "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : "", "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestinationStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestinationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "BulkEmailDestinationStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #status(List)}.\n@param status a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendBulkTemplatedEmail action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "BulkEmailDestinationStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BulkEmailDestinationStatus.Builder} avoiding the need to create one manually via {@link BulkEmailDestinationStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link BulkEmailDestinationStatus.Builder#build()} is called immediately and its result is passed to {@link #member(BulkEmailDestinationStatus)}.\n@param member a consumer that will call methods on {@link BulkEmailDestinationStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BulkEmailDestinationStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "BulkEmailDestinationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : null, "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BulkEmailDestinationStatus", "variableName" : "member", "variableType" : "BulkEmailDestinationStatus", "documentation" : "", "simpleType" : "BulkEmailDestinationStatus", "variableSetterType" : "BulkEmailDestinationStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BulkEmailDestinationStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BulkEmailDestinationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          \n@param status The unique message identifier returned from the SendBulkTemplatedEmail action.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "status", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendBulkTemplatedEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Status" ], "shapeName" : "SendBulkTemplatedEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendBulkTemplatedEmailResult" }, "variable" : { "variableDeclarationType" : "SendBulkTemplatedEmailResponse", "variableName" : "sendBulkTemplatedEmailResponse", "variableType" : "SendBulkTemplatedEmailResponse", "documentation" : null, "simpleType" : "SendBulkTemplatedEmailResponse", "variableSetterType" : "SendBulkTemplatedEmailResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SendCustomVerificationEmailRequest" : { "c2jName" : "SendCustomVerificationEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to send a custom verification email to a specified recipient.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendCustomVerificationEmail", "locationName" : null, "requestUri" : "/", "target" : "SendCustomVerificationEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@return The email address to verify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@return The name of the custom verification email template to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@return Name of a configuration set to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@return Name of a configuration set to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EmailAddress" : { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@return The email address to verify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@return The name of the custom verification email template to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@return The email address to verify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          \n@param emailAddress The email address to verify.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address to verify.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@return The name of the custom verification email template to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          \n@param templateName The name of the custom verification email template to use when sending the verification email.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the custom verification email template to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@return Name of a configuration set to use when sending the verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          \n@param configurationSetName Name of a configuration set to use when sending the verification email.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Name of a configuration set to use when sending the verification email.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress", "TemplateName" ], "shapeName" : "SendCustomVerificationEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendCustomVerificationEmailRequest", "variableName" : "sendCustomVerificationEmailRequest", "variableType" : "SendCustomVerificationEmailRequest", "documentation" : null, "simpleType" : "SendCustomVerificationEmailRequest", "variableSetterType" : "SendCustomVerificationEmailRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendCustomVerificationEmailResponse" : { "c2jName" : "SendCustomVerificationEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The response received when attempting to send the custom verification email.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendCustomVerificationEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendCustomVerificationEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendCustomVerificationEmail operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendCustomVerificationEmail operation.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendCustomVerificationEmail operation.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendCustomVerificationEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendCustomVerificationEmailResult" }, "variable" : { "variableDeclarationType" : "SendCustomVerificationEmailResponse", "variableName" : "sendCustomVerificationEmailResponse", "variableType" : "SendCustomVerificationEmailResponse", "documentation" : null, "simpleType" : "SendCustomVerificationEmailResponse", "variableSetterType" : "SendCustomVerificationEmailResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SendDataPoint" : { "c2jName" : "SendDataPoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@return Time of the data point.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryAttempts", "beanStyleSetterMethodName" : "setDeliveryAttempts", "c2jName" : "DeliveryAttempts", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deliveryAttempts(Long)}.\n@param deliveryAttempts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryAttempts(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryAttempts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryAttempts", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@return Number of emails that have been sent.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryAttempts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryAttempts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DeliveryAttempts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.", "setterMethodName" : "setDeliveryAttempts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounces", "beanStyleSetterMethodName" : "setBounces", "c2jName" : "Bounces", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bounces(Long)}.\n@param bounces a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounces(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounces", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounces", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@return Number of emails that have bounced.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bounces", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bounces", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Bounces", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.", "setterMethodName" : "setBounces", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComplaints", "beanStyleSetterMethodName" : "setComplaints", "c2jName" : "Complaints", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #complaints(Long)}.\n@param complaints a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaints(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaints", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaints", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@return Number of unwanted emails that were rejected by recipients.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Complaints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Complaints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Complaints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.", "setterMethodName" : "setComplaints", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRejects", "beanStyleSetterMethodName" : "setRejects", "c2jName" : "Rejects", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #rejects(Long)}.\n@param rejects a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejects(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejects", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejects", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@return Number of emails rejected by Amazon SES.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rejects", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rejects", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Rejects", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.", "setterMethodName" : "setRejects", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bounces" : { "beanStyleGetterMethodName" : "getBounces", "beanStyleSetterMethodName" : "setBounces", "c2jName" : "Bounces", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bounces(Long)}.\n@param bounces a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounces(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounces", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounces", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@return Number of emails that have bounced.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bounces", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bounces", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Bounces", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.", "setterMethodName" : "setBounces", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Complaints" : { "beanStyleGetterMethodName" : "getComplaints", "beanStyleSetterMethodName" : "setComplaints", "c2jName" : "Complaints", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #complaints(Long)}.\n@param complaints a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaints(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaints", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaints", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@return Number of unwanted emails that were rejected by recipients.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Complaints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Complaints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Complaints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.", "setterMethodName" : "setComplaints", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeliveryAttempts" : { "beanStyleGetterMethodName" : "getDeliveryAttempts", "beanStyleSetterMethodName" : "setDeliveryAttempts", "c2jName" : "DeliveryAttempts", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deliveryAttempts(Long)}.\n@param deliveryAttempts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryAttempts(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryAttempts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryAttempts", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@return Number of emails that have been sent.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryAttempts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryAttempts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DeliveryAttempts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.", "setterMethodName" : "setDeliveryAttempts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rejects" : { "beanStyleGetterMethodName" : "getRejects", "beanStyleSetterMethodName" : "setRejects", "c2jName" : "Rejects", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #rejects(Long)}.\n@param rejects a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejects(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejects", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejects", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@return Number of emails rejected by Amazon SES.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rejects", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rejects", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Rejects", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.", "setterMethodName" : "setRejects", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@return Time of the data point.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@return Time of the data point.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          \n@param timestamp Time of the data point.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "timestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                          Time of the data point.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeliveryAttempts", "beanStyleSetterMethodName" : "setDeliveryAttempts", "c2jName" : "DeliveryAttempts", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deliveryAttempts(Long)}.\n@param deliveryAttempts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryAttempts(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deliveryAttempts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deliveryAttempts", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@return Number of emails that have been sent.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryAttempts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryAttempts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DeliveryAttempts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          \n@param deliveryAttempts Number of emails that have been sent.", "setterMethodName" : "setDeliveryAttempts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have been sent.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBounces", "beanStyleSetterMethodName" : "setBounces", "c2jName" : "Bounces", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bounces(Long)}.\n@param bounces a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounces(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bounces", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bounces", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@return Number of emails that have bounced.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bounces", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Bounces", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Bounces", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          \n@param bounces Number of emails that have bounced.", "setterMethodName" : "setBounces", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails that have bounced.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComplaints", "beanStyleSetterMethodName" : "setComplaints", "c2jName" : "Complaints", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #complaints(Long)}.\n@param complaints a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #complaints(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "complaints", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "complaints", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@return Number of unwanted emails that were rejected by recipients.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Complaints", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Complaints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Complaints", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          \n@param complaints Number of unwanted emails that were rejected by recipients.", "setterMethodName" : "setComplaints", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRejects", "beanStyleSetterMethodName" : "setRejects", "c2jName" : "Rejects", "c2jShape" : "Counter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #rejects(Long)}.\n@param rejects a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejects(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejects", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejects", "getterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@return Number of emails rejected by Amazon SES.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rejects", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rejects", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Rejects", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          \n@param rejects Number of emails rejected by Amazon SES.", "setterMethodName" : "setRejects", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          Number of emails rejected by Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendDataPoint", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "sendDataPoint", "variableType" : "SendDataPoint", "documentation" : null, "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "wrapper" : false, "xmlNamespace" : null }, "SendEmailRequest" : { "c2jName" : "SendEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendEmail", "locationName" : null, "requestUri" : "/", "target" : "SendEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@return The destination for this email, composed of To:, CC:, and BCC: fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #message(Message)}.\n@param message a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(Message)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@return The message to be sent.", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Destination" : { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@return The destination for this email, composed of To:, CC:, and BCC: fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #message(Message)}.\n@param message a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(Message)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@return The message to be sent.", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplyToAddresses" : { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPath" : { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceArn" : { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@return The destination for this email, composed of To:, CC:, and BCC: fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                          The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                                                          ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #message(Message)}.\n@param message a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(Message)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@return The message to be sent.", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          \n@param message The message to be sent.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "

                                                                                                                                                                                                                          The message to be sent.

                                                                                                                                                                                                                          ", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                          For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Source", "Destination", "Message" ], "shapeName" : "SendEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendEmailRequest", "variableName" : "sendEmailRequest", "variableType" : "SendEmailRequest", "documentation" : null, "simpleType" : "SendEmailRequest", "variableSetterType" : "SendEmailRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendEmailResponse" : { "c2jName" : "SendEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a unique message ID.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@return The unique message identifier returned from the SendEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          \n@param messageId The unique message identifier returned from the SendEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MessageId" ], "shapeName" : "SendEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendEmailResult" }, "variable" : { "variableDeclarationType" : "SendEmailResponse", "variableName" : "sendEmailResponse", "variableType" : "SendEmailResponse", "documentation" : null, "simpleType" : "SendEmailResponse", "variableSetterType" : "SendEmailResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SendRawEmailRequest" : { "c2jName" : "SendRawEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendRawEmail", "locationName" : null, "requestUri" : "/", "target" : "SendRawEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          \n@return The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                          Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                          If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRawMessage", "beanStyleSetterMethodName" : "setRawMessage", "c2jName" : "RawMessage", "c2jShape" : "RawMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link RawMessage.Builder} avoiding the need to create one manually via {@link RawMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link RawMessage.Builder#build()} is called immediately and its result is passed to {@link #rawMessage(RawMessage)}.\n@param rawMessage a consumer that will call methods on {@link RawMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawMessage(RawMessage)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rawMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                          \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawMessage", "getterDocumentation" : "

                                                                                                                                                                                                                            The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                            • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                            • All of the required header fields must be present in the message.

                                                                                                                                                                                                                            • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                            • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                            • The entire message must be base64-encoded.

                                                                                                                                                                                                                            • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                            • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                            \n@return The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                            • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                            • All of the required header fields must be present in the message.

                                                                                                                                                                                                                            • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                            • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                            • The entire message must be base64-encoded.

                                                                                                                                                                                                                            • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                            • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "RawMessage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RawMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RawMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                              • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                              • All of the required header fields must be present in the message.

                                                                                                                                                                                                                              • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                              • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                              • The entire message must be base64-encoded.

                                                                                                                                                                                                                              • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                              • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                              \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                              • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                              • All of the required header fields must be present in the message.

                                                                                                                                                                                                                              • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                              • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                              • The entire message must be base64-encoded.

                                                                                                                                                                                                                              • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                              • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                              • ", "setterMethodName" : "setRawMessage", "setterModel" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : null, "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "

                                                                                                                                                                                                                                The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • The entire message must be base64-encoded.

                                                                                                                                                                                                                                • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                ", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromArn", "beanStyleSetterMethodName" : "setFromArn", "c2jName" : "FromArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromArn(String)}.\n@param fromArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromArn", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "setterMethodName" : "setFromArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@return The name of the configuration set to use when you send an email using SendRawEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@return The name of the configuration set to use when you send an email using SendRawEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Destinations" : { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FromArn" : { "beanStyleGetterMethodName" : "getFromArn", "beanStyleSetterMethodName" : "setFromArn", "c2jName" : "FromArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromArn(String)}.\n@param fromArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromArn", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "setterMethodName" : "setFromArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RawMessage" : { "beanStyleGetterMethodName" : "getRawMessage", "beanStyleSetterMethodName" : "setRawMessage", "c2jName" : "RawMessage", "c2jShape" : "RawMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • The entire message must be base64-encoded.

                                                                                                                                                                                                                                • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link RawMessage.Builder} avoiding the need to create one manually via {@link RawMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link RawMessage.Builder#build()} is called immediately and its result is passed to {@link #rawMessage(RawMessage)}.\n@param rawMessage a consumer that will call methods on {@link RawMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawMessage(RawMessage)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • The entire message must be base64-encoded.

                                                                                                                                                                                                                                • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rawMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • The entire message must be base64-encoded.

                                                                                                                                                                                                                                • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • The entire message must be base64-encoded.

                                                                                                                                                                                                                                • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawMessage", "getterDocumentation" : "

                                                                                                                                                                                                                                  The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                  • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                  • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                  • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                  • The entire message must be base64-encoded.

                                                                                                                                                                                                                                  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                  • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                  \n@return The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                  • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                  • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                  • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                  • The entire message must be base64-encoded.

                                                                                                                                                                                                                                  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                  • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "RawMessage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RawMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RawMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                    The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                    • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                    • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                    • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                    • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                    • The entire message must be base64-encoded.

                                                                                                                                                                                                                                    • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                    • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                    \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                    • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                    • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                    • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                    • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                    • The entire message must be base64-encoded.

                                                                                                                                                                                                                                    • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                    • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                    • ", "setterMethodName" : "setRawMessage", "setterModel" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : null, "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "

                                                                                                                                                                                                                                      The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                      • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                      • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                      • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • The entire message must be base64-encoded.

                                                                                                                                                                                                                                      • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                      ", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@return The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceArn" : { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                      For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                      Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                      For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                      \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                      A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@return The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                                                      Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described in RFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                      If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "Destinations", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                      \n@return A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                      A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRawMessage", "beanStyleSetterMethodName" : "setRawMessage", "c2jName" : "RawMessage", "c2jShape" : "RawMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                      • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                      • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                      • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • The entire message must be base64-encoded.

                                                                                                                                                                                                                                      • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link RawMessage.Builder} avoiding the need to create one manually via {@link RawMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link RawMessage.Builder#build()} is called immediately and its result is passed to {@link #rawMessage(RawMessage)}.\n@param rawMessage a consumer that will call methods on {@link RawMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawMessage(RawMessage)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                      • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                      • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                      • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • The entire message must be base64-encoded.

                                                                                                                                                                                                                                      • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rawMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                      • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                      • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                      • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • The entire message must be base64-encoded.

                                                                                                                                                                                                                                      • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                      \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                      • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                      • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                      • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • The entire message must be base64-encoded.

                                                                                                                                                                                                                                      • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                      • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawMessage", "getterDocumentation" : "

                                                                                                                                                                                                                                        The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                        • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                        • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                        • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                        • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                        • The entire message must be base64-encoded.

                                                                                                                                                                                                                                        • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                        • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                        \n@return The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                        • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                        • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                        • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                        • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                        • The entire message must be base64-encoded.

                                                                                                                                                                                                                                        • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                        • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "RawMessage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RawMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RawMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                          The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                          \n@param rawMessage The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                          • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                          • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                          • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                          • The entire message must be base64-encoded.

                                                                                                                                                                                                                                          • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                          • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                          • ", "setterMethodName" : "setRawMessage", "setterModel" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : null, "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "

                                                                                                                                                                                                                                            The raw email message itself. The message has to meet the following criteria:

                                                                                                                                                                                                                                            • The message has to contain a header and a body, separated by a blank line.

                                                                                                                                                                                                                                            • All of the required header fields must be present in the message.

                                                                                                                                                                                                                                            • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                                                            • Attachments must be of a content type that Amazon SES supports. For a list on unsupported content types, see Unsupported Attachment Types in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            • The entire message must be base64-encoded.

                                                                                                                                                                                                                                            • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, we highly recommend that you encode that content. For more information, see Sending Raw Email in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            • Per RFC 5321, the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

                                                                                                                                                                                                                                            ", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromArn", "beanStyleSetterMethodName" : "setFromArn", "c2jName" : "FromArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromArn(String)}.\n@param fromArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setFromArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                                                            For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            \n@return The name of the configuration set to use when you send an email using SendRawEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RawMessage" ], "shapeName" : "SendRawEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendRawEmailRequest", "variableName" : "sendRawEmailRequest", "variableType" : "SendRawEmailRequest", "documentation" : null, "simpleType" : "SendRawEmailRequest", "variableSetterType" : "SendRawEmailRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendRawEmailResponse" : { "c2jName" : "SendRawEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a unique message ID.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendRawEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendRawEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendRawEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendRawEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MessageId" ], "shapeName" : "SendRawEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendRawEmailResult" }, "variable" : { "variableDeclarationType" : "SendRawEmailResponse", "variableName" : "sendRawEmailResponse", "variableType" : "SendRawEmailResponse", "documentation" : null, "simpleType" : "SendRawEmailResponse", "variableSetterType" : "SendRawEmailResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SendTemplatedEmailRequest" : { "c2jName" : "SendTemplatedEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to send a templated email using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendTemplatedEmail", "locationName" : null, "requestUri" : "/", "target" : "SendTemplatedEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@return The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@return The name of the configuration set to use when you send an email using SendTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@return The name of the configuration set to use when you send an email using SendTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Destination" : { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@return The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplyToAddresses" : { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPath" : { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceArn" : { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Template" : { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateArn" : { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateData" : { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "Destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@return The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                                                                            The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.

                                                                                                                                                                                                                                            ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplyToAddresses", "beanStyleSetterMethodName" : "setReplyToAddresses", "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replyToAddresses(List)}.\n@param replyToAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replyToAddresses(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replyToAddresses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replyToAddresses", "getterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplyToAddresses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPath", "beanStyleSetterMethodName" : "setReturnPath", "c2jName" : "ReturnPath", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPath(String)}.\n@param returnPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPath(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPath", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@return The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            \n@param returnPath The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceArn", "beanStyleSetterMethodName" : "setSourceArn", "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceArn(String)}.\n@param sourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReturnPathArn", "beanStyleSetterMethodName" : "setReturnPathArn", "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #returnPathArn(String)}.\n@param returnPathArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnPathArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "returnPathArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "returnPathArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReturnPathArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                                                            For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                                                            For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "MessageTagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MessageTag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@return The name of the configuration set to use when you send an email using SendTemplatedEmail.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set to use when you send an email using SendTemplatedEmail.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set to use when you send an email using SendTemplatedEmail.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #template(String)}.\n@param template a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Template", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            \n@param template The template to use when sending this email.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "template", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateArn", "beanStyleSetterMethodName" : "setTemplateArn", "c2jName" : "TemplateArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateArn(String)}.\n@param templateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@return The ARN of the template to use when sending this email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            \n@param templateArn The ARN of the template to use when sending this email.", "setterMethodName" : "setTemplateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the template to use when sending this email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Source", "Destination", "Template", "TemplateData" ], "shapeName" : "SendTemplatedEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTemplatedEmailRequest", "variableName" : "sendTemplatedEmailRequest", "variableType" : "SendTemplatedEmailRequest", "documentation" : null, "simpleType" : "SendTemplatedEmailRequest", "variableSetterType" : "SendTemplatedEmailRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SendTemplatedEmailResponse" : { "c2jName" : "SendTemplatedEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendTemplatedEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendTemplatedEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMessageId", "beanStyleSetterMethodName" : "setMessageId", "c2jName" : "MessageId", "c2jShape" : "MessageId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@return The unique message identifier returned from the SendTemplatedEmail action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            \n@param messageId The unique message identifier returned from the SendTemplatedEmail action.", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique message identifier returned from the SendTemplatedEmail action.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MessageId" ], "shapeName" : "SendTemplatedEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendTemplatedEmailResult" }, "variable" : { "variableDeclarationType" : "SendTemplatedEmailResponse", "variableName" : "sendTemplatedEmailResponse", "variableType" : "SendTemplatedEmailResponse", "documentation" : null, "simpleType" : "SendTemplatedEmailResponse", "variableSetterType" : "SendTemplatedEmailResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetActiveReceiptRuleSetRequest" : { "c2jName" : "SetActiveReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetActiveReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : "SetActiveReceiptRuleSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetActiveReceiptRuleSetRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetActiveReceiptRuleSetRequest", "variableName" : "setActiveReceiptRuleSetRequest", "variableType" : "SetActiveReceiptRuleSetRequest", "documentation" : null, "simpleType" : "SetActiveReceiptRuleSetRequest", "variableSetterType" : "SetActiveReceiptRuleSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetActiveReceiptRuleSetResponse" : { "c2jName" : "SetActiveReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetActiveReceiptRuleSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetActiveReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "SetActiveReceiptRuleSetResponse", "variableName" : "setActiveReceiptRuleSetResponse", "variableType" : "SetActiveReceiptRuleSetResponse", "documentation" : null, "simpleType" : "SetActiveReceiptRuleSetResponse", "variableSetterType" : "SetActiveReceiptRuleSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityDkimEnabledRequest" : { "c2jName" : "SetIdentityDkimEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIdentityDkimEnabled", "locationName" : null, "requestUri" : "/", "target" : "SetIdentityDkimEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return The identity for which DKIM signing should be enabled or disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimEnabled" : { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return The identity for which DKIM signing should be enabled or disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return The identity for which DKIM signing should be enabled or disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param identity The identity for which DKIM signing should be enabled or disabled.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDkimEnabled", "beanStyleSetterMethodName" : "setDkimEnabled", "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dkimEnabled(Boolean)}.\n@param dkimEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimEnabled(Boolean)", "deprecated" : false, "documentation" : "

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

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimEnabled", "fluentSetterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimEnabled", "getterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@return Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "sensitive" : false, "setterDocumentation" : "

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

                                                                                                                                                                                                                                            \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

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

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "DkimEnabled" ], "shapeName" : "SetIdentityDkimEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityDkimEnabledRequest", "variableName" : "setIdentityDkimEnabledRequest", "variableType" : "SetIdentityDkimEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityDkimEnabledRequest", "variableSetterType" : "SetIdentityDkimEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityDkimEnabledResponse" : { "c2jName" : "SetIdentityDkimEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityDkimEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityDkimEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityDkimEnabledResponse", "variableName" : "setIdentityDkimEnabledResponse", "variableType" : "SetIdentityDkimEnabledResponse", "documentation" : null, "simpleType" : "SetIdentityDkimEnabledResponse", "variableSetterType" : "SetIdentityDkimEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityFeedbackForwardingEnabledRequest" : { "c2jName" : "SetIdentityFeedbackForwardingEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIdentityFeedbackForwardingEnabled", "locationName" : null, "requestUri" : "/", "target" : "SetIdentityFeedbackForwardingEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ForwardingEnabled" : { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getForwardingEnabled", "beanStyleSetterMethodName" : "setForwardingEnabled", "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forwardingEnabled(Boolean)}.\n@param forwardingEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forwardingEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forwardingEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardingEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "ForwardingEnabled" ], "shapeName" : "SetIdentityFeedbackForwardingEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableName" : "setIdentityFeedbackForwardingEnabledRequest", "variableType" : "SetIdentityFeedbackForwardingEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityFeedbackForwardingEnabledResponse" : { "c2jName" : "SetIdentityFeedbackForwardingEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityFeedbackForwardingEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityFeedbackForwardingEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledResponse", "variableName" : "setIdentityFeedbackForwardingEnabledResponse", "variableType" : "SetIdentityFeedbackForwardingEnabledResponse", "documentation" : null, "simpleType" : "SetIdentityFeedbackForwardingEnabledResponse", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityHeadersInNotificationsEnabledRequest" : { "c2jName" : "SetIdentityHeadersInNotificationsEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIdentityHeadersInNotificationsEnabled", "locationName" : null, "requestUri" : "/", "target" : "SetIdentityHeadersInNotificationsEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationType" : { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@return The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@return Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                                                            This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "NotificationType", "Enabled" ], "shapeName" : "SetIdentityHeadersInNotificationsEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableName" : "setIdentityHeadersInNotificationsEnabledRequest", "variableType" : "SetIdentityHeadersInNotificationsEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityHeadersInNotificationsEnabledResponse" : { "c2jName" : "SetIdentityHeadersInNotificationsEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityHeadersInNotificationsEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityHeadersInNotificationsEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledResponse", "variableName" : "setIdentityHeadersInNotificationsEnabledResponse", "variableType" : "SetIdentityHeadersInNotificationsEnabledResponse", "documentation" : null, "simpleType" : "SetIdentityHeadersInNotificationsEnabledResponse", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityMailFromDomainRequest" : { "c2jName" : "SetIdentityMailFromDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIdentityMailFromDomain", "locationName" : null, "requestUri" : "/", "target" : "SetIdentityMailFromDomain", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@return The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@return The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                                                                                                                            \n@return The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BehaviorOnMXFailure" : { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                                                                                                                            \n@return The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@return The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MailFromDomain" : { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@return The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@return The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMailFromDomain", "beanStyleSetterMethodName" : "setMailFromDomain", "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mailFromDomain(String)}.\n@param mailFromDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mailFromDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mailFromDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mailFromDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@return The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MailFromDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBehaviorOnMXFailureAsString", "beanStyleSetterMethodName" : "setBehaviorOnMXFailure", "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #behaviorOnMXFailureAsString(String)}.\n@param behaviorOnMXFailure a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #behaviorOnMXFailure(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "BehaviorOnMXFailure", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "behaviorOnMXFailure", "fluentEnumSetterMethodName" : "behaviorOnMXFailure", "fluentGetterMethodName" : "behaviorOnMXFailureAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure", "fluentSetterMethodName" : "behaviorOnMXFailure", "getterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #behaviorOnMXFailure} will return {@link BehaviorOnMXFailure#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #behaviorOnMXFailureAsString}.\n

                                                                                                                                                                                                                                            \n@return The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                                                            The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "SetIdentityMailFromDomainRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityMailFromDomainRequest", "variableName" : "setIdentityMailFromDomainRequest", "variableType" : "SetIdentityMailFromDomainRequest", "documentation" : null, "simpleType" : "SetIdentityMailFromDomainRequest", "variableSetterType" : "SetIdentityMailFromDomainRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityMailFromDomainResponse" : { "c2jName" : "SetIdentityMailFromDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityMailFromDomainResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityMailFromDomainResult" }, "variable" : { "variableDeclarationType" : "SetIdentityMailFromDomainResponse", "variableName" : "setIdentityMailFromDomainResponse", "variableType" : "SetIdentityMailFromDomainResponse", "documentation" : null, "simpleType" : "SetIdentityMailFromDomainResponse", "variableSetterType" : "SetIdentityMailFromDomainResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityNotificationTopicRequest" : { "c2jName" : "SetIdentityNotificationTopicRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIdentityNotificationTopic", "locationName" : null, "requestUri" : "/", "target" : "SetIdentityNotificationTopic", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@return The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopic", "beanStyleSetterMethodName" : "setSnsTopic", "c2jName" : "SnsTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopic(String)}.\n@param snsTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopic", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopic", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "setterMethodName" : "setSnsTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@return The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationType" : { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SnsTopic" : { "beanStyleGetterMethodName" : "getSnsTopic", "beanStyleSetterMethodName" : "setSnsTopic", "c2jName" : "SnsTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopic(String)}.\n@param snsTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopic", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopic", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "setterMethodName" : "setSnsTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIdentity", "beanStyleSetterMethodName" : "setIdentity", "c2jName" : "Identity", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "identity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "identity", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@return The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Identity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            \n@param identity The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identity (email address or domain) that you want to set the Amazon SNS topic for.

                                                                                                                                                                                                                                            You can only specify a verified identity for this parameter.

                                                                                                                                                                                                                                            You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples are all valid identities: [email protected], example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTypeAsString", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTypeAsString(String)}.\n@param notificationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "NotificationType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "notificationType", "fluentEnumSetterMethodName" : "notificationType", "fluentGetterMethodName" : "notificationTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #notificationType} will return {@link NotificationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #notificationTypeAsString}.\n

                                                                                                                                                                                                                                            \n@return The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopic", "beanStyleSetterMethodName" : "setSnsTopic", "c2jName" : "SnsTopic", "c2jShape" : "NotificationTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopic(String)}.\n@param snsTopic a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopic(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopic", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopic", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnsTopic", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.", "setterMethodName" : "setSnsTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "NotificationType" ], "shapeName" : "SetIdentityNotificationTopicRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityNotificationTopicRequest", "variableName" : "setIdentityNotificationTopicRequest", "variableType" : "SetIdentityNotificationTopicRequest", "documentation" : null, "simpleType" : "SetIdentityNotificationTopicRequest", "variableSetterType" : "SetIdentityNotificationTopicRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIdentityNotificationTopicResponse" : { "c2jName" : "SetIdentityNotificationTopicResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityNotificationTopicResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityNotificationTopicResult" }, "variable" : { "variableDeclarationType" : "SetIdentityNotificationTopicResponse", "variableName" : "setIdentityNotificationTopicResponse", "variableType" : "SetIdentityNotificationTopicResponse", "documentation" : null, "simpleType" : "SetIdentityNotificationTopicResponse", "variableSetterType" : "SetIdentityNotificationTopicResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetReceiptRulePositionRequest" : { "c2jName" : "SetReceiptRulePositionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetReceiptRulePosition", "locationName" : null, "requestUri" : "/", "target" : "SetReceiptRulePosition", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that contains the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule after which to place the specified receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "After" : { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule after which to place the specified receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleName" : { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that contains the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that contains the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRuleName", "beanStyleSetterMethodName" : "setRuleName", "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule to reposition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            \n@param ruleName The name of the receipt rule to reposition.", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule to reposition.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfter", "beanStyleSetterMethodName" : "setAfter", "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "after", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "after", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule after which to place the specified receipt rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "After", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            \n@param after The name of the receipt rule after which to place the specified receipt rule.", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "SetReceiptRulePositionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetReceiptRulePositionRequest", "variableName" : "setReceiptRulePositionRequest", "variableType" : "SetReceiptRulePositionRequest", "documentation" : null, "simpleType" : "SetReceiptRulePositionRequest", "variableSetterType" : "SetReceiptRulePositionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetReceiptRulePositionResponse" : { "c2jName" : "SetReceiptRulePositionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetReceiptRulePositionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetReceiptRulePositionResult" }, "variable" : { "variableDeclarationType" : "SetReceiptRulePositionResponse", "variableName" : "setReceiptRulePositionResponse", "variableType" : "SetReceiptRulePositionResponse", "documentation" : null, "simpleType" : "SetReceiptRulePositionResponse", "variableSetterType" : "SetReceiptRulePositionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StopAction" : { "c2jName" : "StopAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                                                                                            For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getScopeAsString", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "StopScope", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scopeAsString(String)}.\n@param scope a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scope(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "StopScope", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "scope", "fluentEnumSetterMethodName" : "scope", "fluentGetterMethodName" : "scopeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #scope} will return {@link StopScope#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scopeAsString}.\n

                                                                                                                                                                                                                                            \n@return The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Scope" : { "beanStyleGetterMethodName" : "getScopeAsString", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "StopScope", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scopeAsString(String)}.\n@param scope a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scope(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "StopScope", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "scope", "fluentEnumSetterMethodName" : "scope", "fluentGetterMethodName" : "scopeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #scope} will return {@link StopScope#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scopeAsString}.\n

                                                                                                                                                                                                                                            \n@return The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getScopeAsString", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "StopScope", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #scopeAsString(String)}.\n@param scope a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scope(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "StopScope", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "scope", "fluentEnumSetterMethodName" : "scope", "fluentGetterMethodName" : "scopeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #scope} will return {@link StopScope#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #scopeAsString}.\n

                                                                                                                                                                                                                                            \n@return The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            \n@param scope The scope of the StopAction. The only acceptable value is RuleSet.\n@see StopScope", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The scope of the StopAction. The only acceptable value is RuleSet.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Scope" ], "shapeName" : "StopAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : null, "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "wrapper" : false, "xmlNamespace" : null }, "StopScope" : { "c2jName" : "StopScope", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RULE_SET", "value" : "RuleSet" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopScope", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopScope", "variableName" : "stopScope", "variableType" : "StopScope", "documentation" : null, "simpleType" : "StopScope", "variableSetterType" : "StopScope" }, "wrapper" : false, "xmlNamespace" : null }, "Template" : { "c2jName" : "Template", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The content of the email, composed of a subject line, an HTML part, and a text-only part.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@return The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectPart", "beanStyleSetterMethodName" : "setSubjectPart", "c2jName" : "SubjectPart", "c2jShape" : "SubjectPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subjectPart(String)}.\n@param subjectPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@return The subject line of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubjectPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.", "setterMethodName" : "setSubjectPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextPart", "beanStyleSetterMethodName" : "setTextPart", "c2jName" : "TextPart", "c2jShape" : "TextPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #textPart(String)}.\n@param textPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@return The email body that will be visible to recipients whose email clients do not display HTML.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TextPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.", "setterMethodName" : "setTextPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHtmlPart", "beanStyleSetterMethodName" : "setHtmlPart", "c2jName" : "HtmlPart", "c2jShape" : "HtmlPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #htmlPart(String)}.\n@param htmlPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #htmlPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "htmlPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "htmlPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@return The HTML body of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HtmlPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HtmlPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HtmlPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.", "setterMethodName" : "setHtmlPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HtmlPart" : { "beanStyleGetterMethodName" : "getHtmlPart", "beanStyleSetterMethodName" : "setHtmlPart", "c2jName" : "HtmlPart", "c2jShape" : "HtmlPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #htmlPart(String)}.\n@param htmlPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #htmlPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "htmlPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "htmlPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@return The HTML body of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HtmlPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HtmlPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HtmlPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.", "setterMethodName" : "setHtmlPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubjectPart" : { "beanStyleGetterMethodName" : "getSubjectPart", "beanStyleSetterMethodName" : "setSubjectPart", "c2jName" : "SubjectPart", "c2jShape" : "SubjectPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subjectPart(String)}.\n@param subjectPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@return The subject line of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubjectPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.", "setterMethodName" : "setSubjectPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@return The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TextPart" : { "beanStyleGetterMethodName" : "getTextPart", "beanStyleSetterMethodName" : "setTextPart", "c2jName" : "TextPart", "c2jShape" : "TextPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #textPart(String)}.\n@param textPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@return The email body that will be visible to recipients whose email clients do not display HTML.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TextPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.", "setterMethodName" : "setTextPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@return The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            \n@param templateName The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectPart", "beanStyleSetterMethodName" : "setSubjectPart", "c2jName" : "SubjectPart", "c2jShape" : "SubjectPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subjectPart(String)}.\n@param subjectPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@return The subject line of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubjectPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            \n@param subjectPart The subject line of the email.", "setterMethodName" : "setSubjectPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subjectPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextPart", "beanStyleSetterMethodName" : "setTextPart", "c2jName" : "TextPart", "c2jShape" : "TextPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #textPart(String)}.\n@param textPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@return The email body that will be visible to recipients whose email clients do not display HTML.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TextPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            \n@param textPart The email body that will be visible to recipients whose email clients do not display HTML.", "setterMethodName" : "setTextPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "textPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email body that will be visible to recipients whose email clients do not display HTML.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHtmlPart", "beanStyleSetterMethodName" : "setHtmlPart", "c2jName" : "HtmlPart", "c2jShape" : "HtmlPart", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #htmlPart(String)}.\n@param htmlPart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #htmlPart(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "htmlPart", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "htmlPart", "getterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@return The HTML body of the email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HtmlPart", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HtmlPart", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HtmlPart", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            \n@param htmlPart The HTML body of the email.", "setterMethodName" : "setHtmlPart", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "htmlPart", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The HTML body of the email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "Template", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "wrapper" : false, "xmlNamespace" : null }, "TemplateDoesNotExistException" : { "c2jName" : "TemplateDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that the Template object you specified does not exist in your Amazon SES account.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TemplateDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "Returns the value of the TemplateName property for this object.\n@return The value of the TemplateName property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "Sets the value of the TemplateName property for this object.\n\n@param templateName The new value for the TemplateName property for this object.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TemplateDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TemplateDoesNotExistException", "variableName" : "templateDoesNotExistException", "variableType" : "TemplateDoesNotExistException", "documentation" : null, "simpleType" : "TemplateDoesNotExistException", "variableSetterType" : "TemplateDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "TemplateMetadata" : { "c2jName" : "TemplateMetadata", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Contains information about an email template.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@return The name of the template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@return The time and date the template was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedTimestamp" : { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@return The time and date the template was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@return The name of the template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@return The name of the template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            \n@param name The name of the template.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedTimestamp", "beanStyleSetterMethodName" : "setCreatedTimestamp", "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTimestamp(Instant)}.\n@param createdTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTimestamp(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@return The time and date the template was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            \n@param createdTimestamp The time and date the template was created.", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                            The time and date the template was created.

                                                                                                                                                                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TemplateMetadata", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TemplateMetadata", "variableName" : "templateMetadata", "variableType" : "TemplateMetadata", "documentation" : null, "simpleType" : "TemplateMetadata", "variableSetterType" : "TemplateMetadata" }, "wrapper" : false, "xmlNamespace" : null }, "TestRenderTemplateRequest" : { "c2jName" : "TestRenderTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TestRenderTemplate", "locationName" : null, "requestUri" : "/", "target" : "TestRenderTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@return The name of the template that you want to render.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TemplateData" : { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@return The name of the template that you want to render.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@return The name of the template that you want to render.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            \n@param templateName The name of the template that you want to render.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the template that you want to render.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateData", "beanStyleSetterMethodName" : "setTemplateData", "c2jName" : "TemplateData", "c2jShape" : "TemplateData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateData(String)}.\n@param templateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateData(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateData", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateData", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateData", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            \n@param templateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.", "setterMethodName" : "setTemplateData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateData", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName", "TemplateData" ], "shapeName" : "TestRenderTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestRenderTemplateRequest", "variableName" : "testRenderTemplateRequest", "variableType" : "TestRenderTemplateRequest", "documentation" : null, "simpleType" : "TestRenderTemplateRequest", "variableSetterType" : "TestRenderTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TestRenderTemplateResponse" : { "c2jName" : "TestRenderTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRenderedTemplate", "beanStyleSetterMethodName" : "setRenderedTemplate", "c2jName" : "RenderedTemplate", "c2jShape" : "RenderedTemplate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renderedTemplate(String)}.\n@param renderedTemplate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renderedTemplate(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renderedTemplate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renderedTemplate", "getterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@return The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenderedTemplate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RenderedTemplate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenderedTemplate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "setterMethodName" : "setRenderedTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RenderedTemplate" : { "beanStyleGetterMethodName" : "getRenderedTemplate", "beanStyleSetterMethodName" : "setRenderedTemplate", "c2jName" : "RenderedTemplate", "c2jShape" : "RenderedTemplate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renderedTemplate(String)}.\n@param renderedTemplate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renderedTemplate(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renderedTemplate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renderedTemplate", "getterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@return The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenderedTemplate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RenderedTemplate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenderedTemplate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "setterMethodName" : "setRenderedTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRenderedTemplate", "beanStyleSetterMethodName" : "setRenderedTemplate", "c2jName" : "RenderedTemplate", "c2jShape" : "RenderedTemplate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renderedTemplate(String)}.\n@param renderedTemplate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renderedTemplate(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renderedTemplate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renderedTemplate", "getterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@return The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenderedTemplate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RenderedTemplate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenderedTemplate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            \n@param renderedTemplate The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.", "setterMethodName" : "setRenderedTemplate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renderedTemplate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestRenderTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "TestRenderTemplateResult" }, "variable" : { "variableDeclarationType" : "TestRenderTemplateResponse", "variableName" : "testRenderTemplateResponse", "variableType" : "TestRenderTemplateResponse", "documentation" : null, "simpleType" : "TestRenderTemplateResponse", "variableSetterType" : "TestRenderTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TlsPolicy" : { "c2jName" : "TlsPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REQUIRE", "value" : "Require" }, { "name" : "OPTIONAL", "value" : "Optional" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TlsPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TlsPolicy", "variableName" : "tlsPolicy", "variableType" : "TlsPolicy", "documentation" : null, "simpleType" : "TlsPolicy", "variableSetterType" : "TlsPolicy" }, "wrapper" : false, "xmlNamespace" : null }, "TrackingOptions" : { "c2jName" : "TrackingOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

                                                                                                                                                                                                                                            For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCustomRedirectDomain", "beanStyleSetterMethodName" : "setCustomRedirectDomain", "c2jName" : "CustomRedirectDomain", "c2jShape" : "CustomRedirectDomain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customRedirectDomain(String)}.\n@param customRedirectDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRedirectDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRedirectDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRedirectDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@return The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomRedirectDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomRedirectDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomRedirectDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "setterMethodName" : "setCustomRedirectDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomRedirectDomain" : { "beanStyleGetterMethodName" : "getCustomRedirectDomain", "beanStyleSetterMethodName" : "setCustomRedirectDomain", "c2jName" : "CustomRedirectDomain", "c2jShape" : "CustomRedirectDomain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customRedirectDomain(String)}.\n@param customRedirectDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRedirectDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRedirectDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRedirectDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@return The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomRedirectDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomRedirectDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomRedirectDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "setterMethodName" : "setCustomRedirectDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCustomRedirectDomain", "beanStyleSetterMethodName" : "setCustomRedirectDomain", "c2jName" : "CustomRedirectDomain", "c2jShape" : "CustomRedirectDomain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customRedirectDomain(String)}.\n@param customRedirectDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRedirectDomain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRedirectDomain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRedirectDomain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@return The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomRedirectDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomRedirectDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomRedirectDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            \n@param customRedirectDomain The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.", "setterMethodName" : "setCustomRedirectDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customRedirectDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrackingOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "wrapper" : false, "xmlNamespace" : null }, "TrackingOptionsAlreadyExistsException" : { "c2jName" : "TrackingOptionsAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that the configuration set you specified already contains a TrackingOptions object.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TrackingOptionsAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object already exists in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object already exists in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object already exists in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object already exists in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object already exists in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrackingOptionsAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrackingOptionsAlreadyExistsException", "variableName" : "trackingOptionsAlreadyExistsException", "variableType" : "TrackingOptionsAlreadyExistsException", "documentation" : null, "simpleType" : "TrackingOptionsAlreadyExistsException", "variableSetterType" : "TrackingOptionsAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "TrackingOptionsDoesNotExistException" : { "c2jName" : "TrackingOptionsDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that the TrackingOptions object you specified does not exist.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TrackingOptionsDoesNotExistException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object does not exist in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object does not exist in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@return Indicates that a TrackingOptions object does not exist in the specified configuration set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            \n@param configurationSetName Indicates that a TrackingOptions object does not exist in the specified configuration set.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            Indicates that a TrackingOptions object does not exist in the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrackingOptionsDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrackingOptionsDoesNotExistException", "variableName" : "trackingOptionsDoesNotExistException", "variableType" : "TrackingOptionsDoesNotExistException", "documentation" : null, "simpleType" : "TrackingOptionsDoesNotExistException", "variableSetterType" : "TrackingOptionsDoesNotExistException" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAccountSendingEnabledRequest" : { "c2jName" : "UpdateAccountSendingEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateAccountSendingEnabled", "locationName" : null, "requestUri" : "/", "target" : "UpdateAccountSendingEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAccountSendingEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAccountSendingEnabledRequest", "variableName" : "updateAccountSendingEnabledRequest", "variableType" : "UpdateAccountSendingEnabledRequest", "documentation" : null, "simpleType" : "UpdateAccountSendingEnabledRequest", "variableSetterType" : "UpdateAccountSendingEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAccountSendingEnabledResponse" : { "c2jName" : "UpdateAccountSendingEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAccountSendingEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAccountSendingEnabledResponse", "variableName" : "updateAccountSendingEnabledResponse", "variableType" : "UpdateAccountSendingEnabledResponse", "documentation" : null, "simpleType" : "UpdateAccountSendingEnabledResponse", "variableSetterType" : "UpdateAccountSendingEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetEventDestinationRequest" : { "c2jName" : "UpdateConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : "UpdateConfigurationSetEventDestination", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that contains the event destination that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@return The event destination object that you want to apply to the specified configuration set.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that contains the event destination that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventDestination" : { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@return The event destination object that you want to apply to the specified configuration set.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that contains the event destination that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that contains the event destination that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that contains the event destination that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventDestination", "beanStyleSetterMethodName" : "setEventDestination", "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventDestination", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDestination", "getterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@return The event destination object that you want to apply to the specified configuration set.", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EventDestination", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            \n@param eventDestination The event destination object that you want to apply to the specified configuration set.", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                                                                                                                                                                            The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestination" ], "shapeName" : "UpdateConfigurationSetEventDestinationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationRequest", "variableName" : "updateConfigurationSetEventDestinationRequest", "variableType" : "UpdateConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "UpdateConfigurationSetEventDestinationRequest", "variableSetterType" : "UpdateConfigurationSetEventDestinationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetEventDestinationResponse" : { "c2jName" : "UpdateConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateConfigurationSetEventDestinationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationResponse", "variableName" : "updateConfigurationSetEventDestinationResponse", "variableType" : "UpdateConfigurationSetEventDestinationResponse", "documentation" : null, "simpleType" : "UpdateConfigurationSetEventDestinationResponse", "variableSetterType" : "UpdateConfigurationSetEventDestinationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetReputationMetricsEnabledRequest" : { "c2jName" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to modify the reputation metric publishing settings for a configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateConfigurationSetReputationMetricsEnabled", "locationName" : null, "requestUri" : "/", "target" : "UpdateConfigurationSetReputationMetricsEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@return Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@return Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@return Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            \n@param enabled Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "Enabled" ], "shapeName" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "variableName" : "updateConfigurationSetReputationMetricsEnabledRequest", "variableType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "documentation" : null, "simpleType" : "UpdateConfigurationSetReputationMetricsEnabledRequest", "variableSetterType" : "UpdateConfigurationSetReputationMetricsEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetReputationMetricsEnabledResponse" : { "c2jName" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "variableName" : "updateConfigurationSetReputationMetricsEnabledResponse", "variableType" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "documentation" : null, "simpleType" : "UpdateConfigurationSetReputationMetricsEnabledResponse", "variableSetterType" : "UpdateConfigurationSetReputationMetricsEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetSendingEnabledRequest" : { "c2jName" : "UpdateConfigurationSetSendingEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to enable or disable the email sending capabilities for a specific configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateConfigurationSetSendingEnabled", "locationName" : null, "requestUri" : "/", "target" : "UpdateConfigurationSetSendingEnabled", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for the configuration set.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for the configuration set.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the configuration set that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set that you want to update.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Enabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@return Describes whether email sending is enabled or disabled for the configuration set.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            \n@param enabled Describes whether email sending is enabled or disabled for the configuration set.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                            Describes whether email sending is enabled or disabled for the configuration set.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "Enabled" ], "shapeName" : "UpdateConfigurationSetSendingEnabledRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetSendingEnabledRequest", "variableName" : "updateConfigurationSetSendingEnabledRequest", "variableType" : "UpdateConfigurationSetSendingEnabledRequest", "documentation" : null, "simpleType" : "UpdateConfigurationSetSendingEnabledRequest", "variableSetterType" : "UpdateConfigurationSetSendingEnabledRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetSendingEnabledResponse" : { "c2jName" : "UpdateConfigurationSetSendingEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateConfigurationSetSendingEnabledResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetSendingEnabledResponse", "variableName" : "updateConfigurationSetSendingEnabledResponse", "variableType" : "UpdateConfigurationSetSendingEnabledResponse", "documentation" : null, "simpleType" : "UpdateConfigurationSetSendingEnabledResponse", "variableSetterType" : "UpdateConfigurationSetSendingEnabledResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetTrackingOptionsRequest" : { "c2jName" : "UpdateConfigurationSetTrackingOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to update the tracking options for a configuration set.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateConfigurationSetTrackingOptions", "locationName" : null, "requestUri" : "/", "target" : "UpdateConfigurationSetTrackingOptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@return The name of the configuration set for which you want to update the custom tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@return The name of the configuration set for which you want to update the custom tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrackingOptions" : { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConfigurationSetName", "beanStyleSetterMethodName" : "setConfigurationSetName", "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@return The name of the configuration set for which you want to update the custom tracking domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConfigurationSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            \n@param configurationSetName The name of the configuration set for which you want to update the custom tracking domain.", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the configuration set for which you want to update the custom tracking domain.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTrackingOptions", "beanStyleSetterMethodName" : "setTrackingOptions", "c2jName" : "TrackingOptions", "c2jShape" : "TrackingOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trackingOptions", "fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trackingOptions", "getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.", "getterModel" : { "returnType" : "TrackingOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrackingOptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrackingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TrackingOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.", "setterMethodName" : "setTrackingOptions", "setterModel" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : null, "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrackingOptions", "variableName" : "trackingOptions", "variableType" : "TrackingOptions", "documentation" : "", "simpleType" : "TrackingOptions", "variableSetterType" : "TrackingOptions" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "TrackingOptions" ], "shapeName" : "UpdateConfigurationSetTrackingOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetTrackingOptionsRequest", "variableName" : "updateConfigurationSetTrackingOptionsRequest", "variableType" : "UpdateConfigurationSetTrackingOptionsRequest", "documentation" : null, "simpleType" : "UpdateConfigurationSetTrackingOptionsRequest", "variableSetterType" : "UpdateConfigurationSetTrackingOptionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateConfigurationSetTrackingOptionsResponse" : { "c2jName" : "UpdateConfigurationSetTrackingOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateConfigurationSetTrackingOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateConfigurationSetTrackingOptionsResult" }, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetTrackingOptionsResponse", "variableName" : "updateConfigurationSetTrackingOptionsResponse", "variableType" : "UpdateConfigurationSetTrackingOptionsResponse", "documentation" : null, "simpleType" : "UpdateConfigurationSetTrackingOptionsResponse", "variableSetterType" : "UpdateConfigurationSetTrackingOptionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateCustomVerificationEmailTemplateRequest" : { "c2jName" : "UpdateCustomVerificationEmailTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to update an existing custom verification email template.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateCustomVerificationEmailTemplate", "locationName" : null, "requestUri" : "/", "target" : "UpdateCustomVerificationEmailTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the custom verification email template that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureRedirectionURL" : { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FromEmailAddress" : { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SuccessRedirectionURL" : { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateContent" : { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateName" : { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the custom verification email template that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateSubject" : { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplateName", "beanStyleSetterMethodName" : "setTemplateName", "c2jName" : "TemplateName", "c2jShape" : "TemplateName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@return The name of the custom verification email template that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            \n@param templateName The name of the custom verification email template that you want to update.", "setterMethodName" : "setTemplateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the custom verification email template that you want to update.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFromEmailAddress", "beanStyleSetterMethodName" : "setFromEmailAddress", "c2jName" : "FromEmailAddress", "c2jShape" : "FromAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromEmailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromEmailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@return The email address that the custom verification email is sent from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromEmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromEmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FromEmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            \n@param fromEmailAddress The email address that the custom verification email is sent from.", "setterMethodName" : "setFromEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fromEmailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address that the custom verification email is sent from.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateSubject", "beanStyleSetterMethodName" : "setTemplateSubject", "c2jName" : "TemplateSubject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateSubject", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateSubject", "getterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@return The subject line of the custom verification email.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateSubject", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateSubject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateSubject", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            \n@param templateSubject The subject line of the custom verification email.", "setterMethodName" : "setTemplateSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateSubject", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The subject line of the custom verification email.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTemplateContent", "beanStyleSetterMethodName" : "setTemplateContent", "c2jName" : "TemplateContent", "c2jShape" : "TemplateContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "templateContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "templateContent", "getterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TemplateContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TemplateContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.", "setterMethodName" : "setTemplateContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSuccessRedirectionURL", "beanStyleSetterMethodName" : "setSuccessRedirectionURL", "c2jName" : "SuccessRedirectionURL", "c2jShape" : "SuccessRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "successRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "successRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SuccessRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SuccessRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SuccessRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            \n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.", "setterMethodName" : "setSuccessRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "successRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureRedirectionURL", "beanStyleSetterMethodName" : "setFailureRedirectionURL", "c2jName" : "FailureRedirectionURL", "c2jShape" : "FailureRedirectionURL", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureRedirectionURL", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureRedirectionURL", "getterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureRedirectionURL", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureRedirectionURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureRedirectionURL", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            \n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.", "setterMethodName" : "setFailureRedirectionURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureRedirectionURL", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TemplateName" ], "shapeName" : "UpdateCustomVerificationEmailTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateCustomVerificationEmailTemplateRequest", "variableName" : "updateCustomVerificationEmailTemplateRequest", "variableType" : "UpdateCustomVerificationEmailTemplateRequest", "documentation" : null, "simpleType" : "UpdateCustomVerificationEmailTemplateRequest", "variableSetterType" : "UpdateCustomVerificationEmailTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateCustomVerificationEmailTemplateResponse" : { "c2jName" : "UpdateCustomVerificationEmailTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateCustomVerificationEmailTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateCustomVerificationEmailTemplateResponse", "variableName" : "updateCustomVerificationEmailTemplateResponse", "variableType" : "UpdateCustomVerificationEmailTemplateResponse", "documentation" : null, "simpleType" : "UpdateCustomVerificationEmailTemplateResponse", "variableSetterType" : "UpdateCustomVerificationEmailTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateReceiptRuleRequest" : { "c2jName" : "UpdateReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateReceiptRule", "locationName" : null, "requestUri" : "/", "target" : "UpdateReceiptRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@return A data structure that contains the updated receipt rule information.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rule" : { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@return A data structure that contains the updated receipt rule information.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleSetName" : { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRuleSetName", "beanStyleSetterMethodName" : "setRuleSetName", "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleSetName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleSetName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@return The name of the receipt rule set that the receipt rule belongs to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleSetName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            \n@param ruleSetName The name of the receipt rule set that the receipt rule belongs to.", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the receipt rule set that the receipt rule belongs to.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRule", "beanStyleSetterMethodName" : "setRule", "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rule", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rule", "getterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@return A data structure that contains the updated receipt rule information.", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Rule", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            \n@param rule A data structure that contains the updated receipt rule information.", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                                                                                                                                                            A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                                                            ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "Rule" ], "shapeName" : "UpdateReceiptRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateReceiptRuleRequest", "variableName" : "updateReceiptRuleRequest", "variableType" : "UpdateReceiptRuleRequest", "documentation" : null, "simpleType" : "UpdateReceiptRuleRequest", "variableSetterType" : "UpdateReceiptRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateReceiptRuleResponse" : { "c2jName" : "UpdateReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateReceiptRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "UpdateReceiptRuleResponse", "variableName" : "updateReceiptRuleResponse", "variableType" : "UpdateReceiptRuleResponse", "documentation" : null, "simpleType" : "UpdateReceiptRuleResponse", "variableSetterType" : "UpdateReceiptRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateTemplateRequest" : { "c2jName" : "UpdateTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateTemplate", "locationName" : null, "requestUri" : "/", "target" : "UpdateTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Template" : { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTemplate", "beanStyleSetterMethodName" : "setTemplate", "c2jName" : "Template", "c2jShape" : "Template", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "template", "fluentSetterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "template", "getterDocumentation" : "Returns the value of the Template property for this object.\n@return The value of the Template property for this object.", "getterModel" : { "returnType" : "Template", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Template", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Template", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Template", "sensitive" : false, "setterDocumentation" : "Sets the value of the Template property for this object.\n\n@param template The new value for the Template property for this object.", "setterMethodName" : "setTemplate", "setterModel" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : null, "simpleType" : "Template", "variableSetterType" : "Template" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Template", "variableName" : "template", "variableType" : "Template", "documentation" : "", "simpleType" : "Template", "variableSetterType" : "Template" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Template" ], "shapeName" : "UpdateTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateTemplateRequest", "variableName" : "updateTemplateRequest", "variableType" : "UpdateTemplateRequest", "documentation" : null, "simpleType" : "UpdateTemplateRequest", "variableSetterType" : "UpdateTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateTemplateResponse" : { "c2jName" : "UpdateTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateTemplateResult" }, "variable" : { "variableDeclarationType" : "UpdateTemplateResponse", "variableName" : "updateTemplateResponse", "variableType" : "UpdateTemplateResponse", "documentation" : null, "simpleType" : "UpdateTemplateResponse", "variableSetterType" : "UpdateTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "VerificationStatus" : { "c2jName" : "VerificationStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "Pending" }, { "name" : "SUCCESS", "value" : "Success" }, { "name" : "FAILED", "value" : "Failed" }, { "name" : "TEMPORARY_FAILURE", "value" : "TemporaryFailure" }, { "name" : "NOT_STARTED", "value" : "NotStarted" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerificationStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VerificationStatus", "variableName" : "verificationStatus", "variableType" : "VerificationStatus", "documentation" : null, "simpleType" : "VerificationStatus", "variableSetterType" : "VerificationStatus" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyDomainDkimRequest" : { "c2jName" : "VerifyDomainDkimRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "VerifyDomainDkim", "locationName" : null, "requestUri" : "/", "target" : "VerifyDomainDkim", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@return The name of the domain to be verified for Easy DKIM signing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Domain" : { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@return The name of the domain to be verified for Easy DKIM signing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@return The name of the domain to be verified for Easy DKIM signing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            \n@param domain The name of the domain to be verified for Easy DKIM signing.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Domain" ], "shapeName" : "VerifyDomainDkimRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyDomainDkimRequest", "variableName" : "verifyDomainDkimRequest", "variableType" : "VerifyDomainDkimRequest", "documentation" : null, "simpleType" : "VerifyDomainDkimRequest", "variableSetterType" : "VerifyDomainDkimRequest" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyDomainDkimResponse" : { "c2jName" : "VerifyDomainDkimResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimTokens" : { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDkimTokens", "beanStyleSetterMethodName" : "setDkimTokens", "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dkimTokens(List)}.\n@param dkimTokens a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dkimTokens(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dkimTokens", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dkimTokens", "getterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DkimTokens", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                                                            Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

                                                                                                                                                                                                                                            For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimTokens" ], "shapeName" : "VerifyDomainDkimResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyDomainDkimResult" }, "variable" : { "variableDeclarationType" : "VerifyDomainDkimResponse", "variableName" : "verifyDomainDkimResponse", "variableType" : "VerifyDomainDkimResponse", "documentation" : null, "simpleType" : "VerifyDomainDkimResponse", "variableSetterType" : "VerifyDomainDkimResponse" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyDomainIdentityRequest" : { "c2jName" : "VerifyDomainIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "VerifyDomainIdentity", "locationName" : null, "requestUri" : "/", "target" : "VerifyDomainIdentity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@return The domain to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Domain" : { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@return The domain to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "Domain", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@return The domain to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            \n@param domain The domain to be verified.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The domain to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Domain" ], "shapeName" : "VerifyDomainIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyDomainIdentityRequest", "variableName" : "verifyDomainIdentityRequest", "variableType" : "VerifyDomainIdentityRequest", "documentation" : null, "simpleType" : "VerifyDomainIdentityRequest", "variableSetterType" : "VerifyDomainIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyDomainIdentityResponse" : { "c2jName" : "VerifyDomainIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@return A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationToken" : { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@return A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getVerificationToken", "beanStyleSetterMethodName" : "setVerificationToken", "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #verificationToken(String)}.\n@param verificationToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #verificationToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verificationToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verificationToken", "getterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@return A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VerificationToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            \n@param verificationToken A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                                                            As Amazon SES searches for the TXT record, the domain's verification status is \"Pending\". When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationToken" ], "shapeName" : "VerifyDomainIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyDomainIdentityResult" }, "variable" : { "variableDeclarationType" : "VerifyDomainIdentityResponse", "variableName" : "verifyDomainIdentityResponse", "variableType" : "VerifyDomainIdentityResponse", "documentation" : null, "simpleType" : "VerifyDomainIdentityResponse", "variableSetterType" : "VerifyDomainIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyEmailAddressRequest" : { "c2jName" : "VerifyEmailAddressRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "VerifyEmailAddress", "locationName" : null, "requestUri" : "/", "target" : "VerifyEmailAddress", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "VerifyEmailAddressRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyEmailAddressRequest", "variableName" : "verifyEmailAddressRequest", "variableType" : "VerifyEmailAddressRequest", "documentation" : null, "simpleType" : "VerifyEmailAddressRequest", "variableSetterType" : "VerifyEmailAddressRequest" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyEmailAddressResponse" : { "c2jName" : "VerifyEmailAddressResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerifyEmailAddressResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VerifyEmailAddressResponse", "variableName" : "verifyEmailAddressResponse", "variableType" : "VerifyEmailAddressResponse", "documentation" : null, "simpleType" : "VerifyEmailAddressResponse", "variableSetterType" : "VerifyEmailAddressResponse" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyEmailIdentityRequest" : { "c2jName" : "VerifyEmailIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "VerifyEmailIdentity", "locationName" : null, "requestUri" : "/", "target" : "VerifyEmailIdentity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEmailAddress", "beanStyleSetterMethodName" : "setEmailAddress", "c2jName" : "EmailAddress", "c2jShape" : "Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "emailAddress", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "emailAddress", "getterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@return The email address to be verified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EmailAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            \n@param emailAddress The email address to be verified.", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The email address to be verified.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "VerifyEmailIdentityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyEmailIdentityRequest", "variableName" : "verifyEmailIdentityRequest", "variableType" : "VerifyEmailIdentityRequest", "documentation" : null, "simpleType" : "VerifyEmailIdentityRequest", "variableSetterType" : "VerifyEmailIdentityRequest" }, "wrapper" : false, "xmlNamespace" : null }, "VerifyEmailIdentityResponse" : { "c2jName" : "VerifyEmailIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An empty element returned on a successful request.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerifyEmailIdentityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyEmailIdentityResult" }, "variable" : { "variableDeclarationType" : "VerifyEmailIdentityResponse", "variableName" : "verifyEmailIdentityResponse", "variableType" : "VerifyEmailIdentityResponse", "documentation" : null, "simpleType" : "VerifyEmailIdentityResponse", "variableSetterType" : "VerifyEmailIdentityResponse" }, "wrapper" : false, "xmlNamespace" : null }, "WorkmailAction" : { "c2jName" : "WorkmailAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            When included in a receipt rule, this action calls Amazon WorkMail and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). You will typically not use this action directly because Amazon WorkMail adds the rule automatically during its setup procedure.

                                                                                                                                                                                                                                            For information using a receipt rule to call Amazon WorkMail, see the Amazon SES Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOrganizationArn", "beanStyleSetterMethodName" : "setOrganizationArn", "c2jName" : "OrganizationArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationArn(String)}.\n@param organizationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@return The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "setterMethodName" : "setOrganizationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationArn" : { "beanStyleGetterMethodName" : "getOrganizationArn", "beanStyleSetterMethodName" : "setOrganizationArn", "c2jName" : "OrganizationArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationArn(String)}.\n@param organizationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@return The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "setterMethodName" : "setOrganizationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOrganizationArn", "beanStyleSetterMethodName" : "setOrganizationArn", "c2jName" : "OrganizationArn", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationArn(String)}.\n@param organizationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@return The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.", "setterMethodName" : "setOrganizationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationArn" ], "shapeName" : "WorkmailAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : null, "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "CloneReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a receipt rule set by cloning an existing one:", "id" : "clonereceiptruleset-1469055039770", "input" : { "RuleSetName" : "RuleSetToCreate", "OriginalRuleSetName" : "RuleSetToClone" }, "output" : null, "title" : "CloneReceiptRuleSet" } ], "CreateReceiptFilter" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a new IP address filter:", "id" : "createreceiptfilter-1469122681253", "input" : { "Filter" : { "Name" : "MyFilter", "IpFilter" : { "Policy" : "Allow", "Cidr" : "1.2.3.4/24" } } }, "output" : null, "title" : "CreateReceiptFilter" } ], "CreateReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a new receipt rule:", "id" : "createreceiptrule-1469122946515", "input" : { "RuleSetName" : "MyRuleSet", "After" : "", "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "output" : null, "title" : "CreateReceiptRule" } ], "CreateReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates an empty receipt rule set:", "id" : "createreceiptruleset-1469058761646", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : null, "title" : "CreateReceiptRuleSet" } ], "DeleteIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES:", "id" : "deleteidentity-1469047858906", "input" : { "Identity" : "[email protected]" }, "output" : null, "title" : "DeleteIdentity" } ], "DeleteIdentityPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a sending authorization policy for an identity:", "id" : "deleteidentitypolicy-1469055282499", "input" : { "Identity" : "[email protected]", "PolicyName" : "MyPolicy" }, "output" : null, "title" : "DeleteIdentityPolicy" } ], "DeleteReceiptFilter" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an IP address filter:", "id" : "deletereceiptfilter-1469055456835", "input" : { "FilterName" : "MyFilter" }, "output" : null, "title" : "DeleteReceiptFilter" } ], "DeleteReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a receipt rule:", "id" : "deletereceiptrule-1469055563599", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "MyRule" }, "output" : null, "title" : "DeleteReceiptRule" } ], "DeleteReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a receipt rule set:", "id" : "deletereceiptruleset-1469055713690", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : null, "title" : "DeleteReceiptRuleSet" } ], "DeleteVerifiedEmailAddress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an email address from the list of identities that have been submitted for verification with Amazon SES:", "id" : "deleteverifiedemailaddress-1469051086444", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "DeleteVerifiedEmailAddress" } ], "DescribeActiveReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the metadata and receipt rules for the receipt rule set that is currently active:", "id" : "describeactivereceiptruleset-1469121611502", "input" : { }, "output" : { "Metadata" : { "Name" : "default-rule-set", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" }, "Rules" : [ { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } ] }, "title" : "DescribeActiveReceiptRuleSet" } ], "DescribeReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the details of a receipt rule:", "id" : "describereceiptrule-1469055813118", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "MyRule" }, "output" : { "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "title" : "DescribeReceiptRule" } ], "DescribeReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the metadata and receipt rules of a receipt rule set:", "id" : "describereceiptruleset-1469121240385", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : { "Metadata" : { "Name" : "MyRuleSet", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" }, "Rules" : [ { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } ] }, "title" : "DescribeReceiptRuleSet" } ], "GetAccountSendingEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns if sending status for an account is enabled. (true / false):", "id" : "getaccountsendingenabled-1469047741333", "input" : null, "output" : { "Enabled" : true }, "title" : "GetAccountSendingEnabled" } ], "GetIdentityDkimAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:", "id" : "getidentitydkimattributes-1469050695628", "input" : { "Identities" : [ "example.com", "[email protected]" ] }, "output" : { "DkimAttributes" : { } }, "title" : "GetIdentityDkimAttributes" } ], "GetIdentityMailFromDomainAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the custom MAIL FROM attributes for an identity:", "id" : "getidentitymailfromdomainattributes-1469123114860", "input" : { "Identities" : [ "example.com" ] }, "output" : { "MailFromDomainAttributes" : { } }, "title" : "GetIdentityMailFromDomainAttributes" } ], "GetIdentityNotificationAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the notification attributes for an identity:", "id" : "getidentitynotificationattributes-1469123466947", "input" : { "Identities" : [ "example.com" ] }, "output" : { "NotificationAttributes" : { } }, "title" : "GetIdentityNotificationAttributes" } ], "GetIdentityPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns a sending authorization policy for an identity:", "id" : "getidentitypolicies-1469123949351", "input" : { "Identity" : "example.com", "PolicyNames" : [ "MyPolicy" ] }, "output" : { "Policies" : { } }, "title" : "GetIdentityPolicies" } ], "GetIdentityVerificationAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the verification status and the verification token for a domain identity:", "id" : "getidentityverificationattributes-1469124205897", "input" : { "Identities" : [ "example.com" ] }, "output" : { "VerificationAttributes" : { } }, "title" : "GetIdentityVerificationAttributes" } ], "GetSendQuota" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the Amazon SES sending limits for an AWS account:", "id" : "getsendquota-1469047324508", "input" : null, "output" : { "Max24HourSend" : 200, "MaxSendRate" : 1, "SentLast24Hours" : 1 }, "title" : "GetSendQuota" } ], "GetSendStatistics" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns Amazon SES sending statistics:", "id" : "getsendstatistics-1469047741329", "input" : null, "output" : { "SendDataPoints" : [ { "Timestamp" : "2016-07-13T22:43:00Z", "DeliveryAttempts" : 5, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 }, { "Timestamp" : "2016-07-13T23:13:00Z", "DeliveryAttempts" : 3, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 }, { "Timestamp" : "2016-07-13T21:13:00Z", "DeliveryAttempts" : 1, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 } ] }, "title" : "GetSendStatistics" } ], "ListIdentities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the email address identities that have been submitted for verification with Amazon SES:", "id" : "listidentities-1469048638493", "input" : { "IdentityType" : "EmailAddress", "NextToken" : "", "MaxItems" : 123 }, "output" : { "Identities" : [ "[email protected]" ], "NextToken" : "" }, "title" : "ListIdentities" } ], "ListIdentityPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns a list of sending authorization policies that are attached to an identity:", "id" : "listidentitypolicies-1469124417674", "input" : { "Identity" : "example.com" }, "output" : { "PolicyNames" : [ "MyPolicy" ] }, "title" : "ListIdentityPolicies" } ], "ListReceiptFilters" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the IP address filters that are associated with an AWS account:", "id" : "listreceiptfilters-1469120786789", "input" : null, "output" : { "Filters" : [ { "Name" : "MyFilter", "IpFilter" : { "Policy" : "Block", "Cidr" : "1.2.3.4/24" } } ] }, "title" : "ListReceiptFilters" } ], "ListReceiptRuleSets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the receipt rule sets that exist under an AWS account:", "id" : "listreceiptrulesets-1469121037235", "input" : { "NextToken" : "" }, "output" : { "RuleSets" : [ { "Name" : "MyRuleSet", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" } ], "NextToken" : "" }, "title" : "ListReceiptRuleSets" } ], "ListVerifiedEmailAddresses" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists all email addresses that have been submitted for verification with Amazon SES:", "id" : "listverifiedemailaddresses-1469051402570", "input" : null, "output" : { "VerifiedEmailAddresses" : [ "[email protected]", "[email protected]" ] }, "title" : "ListVerifiedEmailAddresses" } ], "PutIdentityPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example adds a sending authorization policy to an identity:", "id" : "putidentitypolicy-1469124560016", "input" : { "Identity" : "example.com", "PolicyName" : "MyPolicy", "Policy" : "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Sid\":\"stmt1469123904194\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:root\"},\"Action\":[\"ses:SendEmail\",\"ses:SendRawEmail\"],\"Resource\":\"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com\"}]}" }, "output" : null, "title" : "PutIdentityPolicy" } ], "ReorderReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example reorders the receipt rules within a receipt rule set:", "id" : "reorderreceiptruleset-1469058156806", "input" : { "RuleSetName" : "MyRuleSet", "RuleNames" : [ "MyRule", "MyOtherRule" ] }, "output" : null, "title" : "ReorderReceiptRuleSet" } ], "SendEmail" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sends a formatted email:", "id" : "sendemail-1469049656296", "input" : { "Source" : "[email protected]", "Destination" : { "ToAddresses" : [ "[email protected]", "[email protected]" ], "CcAddresses" : [ "[email protected]" ], "BccAddresses" : [ ] }, "Message" : { "Subject" : { "Data" : "Test email", "Charset" : "UTF-8" }, "Body" : { "Text" : { "Data" : "This is the message body in text format.", "Charset" : "UTF-8" }, "Html" : { "Data" : "This message body contains HTML formatting. It can, for example, contain links like this one: Amazon SES Developer Guide.", "Charset" : "UTF-8" } } }, "ReplyToAddresses" : [ ], "ReturnPath" : "", "SourceArn" : "", "ReturnPathArn" : "" }, "output" : { "MessageId" : "EXAMPLE78603177f-7a5433e7-8edb-42ae-af10-f0181f34d6ee-000000" }, "title" : "SendEmail" } ], "SendRawEmail" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sends an email with an attachment:", "id" : "sendrawemail-1469118548649", "input" : { "Source" : "", "Destinations" : [ ], "RawMessage" : { "Data" : "From: [email protected]\\nTo: [email protected]\\nSubject: Test email (contains an attachment)\\nMIME-Version: 1.0\\nContent-type: Multipart/Mixed; boundary=\"NextPart\"\\n\\n--NextPart\\nContent-Type: text/plain\\n\\nThis is the message body.\\n\\n--NextPart\\nContent-Type: text/plain;\\nContent-Disposition: attachment; filename=\"attachment.txt\"\\n\\nThis is the text in the attachment.\\n\\n--NextPart--" }, "FromArn" : "", "SourceArn" : "", "ReturnPathArn" : "" }, "output" : { "MessageId" : "EXAMPLEf3f73d99b-c63fb06f-d263-41f8-a0fb-d0dc67d56c07-000000" }, "title" : "SendRawEmail" } ], "SetActiveReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the active receipt rule set:", "id" : "setactivereceiptruleset-1469058391329", "input" : { "RuleSetName" : "RuleSetToActivate" }, "output" : null, "title" : "SetActiveReceiptRuleSet" } ], "SetIdentityDkimEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to Easy DKIM-sign the email sent from an identity:", "id" : "setidentitydkimenabled-1469057485202", "input" : { "Identity" : "[email protected]", "DkimEnabled" : true }, "output" : null, "title" : "SetIdentityDkimEnabled" } ], "SetIdentityFeedbackForwardingEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to forward an identity's bounces and complaints via email:", "id" : "setidentityfeedbackforwardingenabled-1469056811329", "input" : { "Identity" : "[email protected]", "ForwardingEnabled" : true }, "output" : null, "title" : "SetIdentityFeedbackForwardingEnabled" } ], "SetIdentityHeadersInNotificationsEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity:", "id" : "setidentityheadersinnotificationsenabled-1469057295001", "input" : { "Identity" : "[email protected]", "NotificationType" : "Bounce", "Enabled" : true }, "output" : null, "title" : "SetIdentityHeadersInNotificationsEnabled" } ], "SetIdentityMailFromDomain" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to use a custom MAIL FROM domain for an identity:", "id" : "setidentitymailfromdomain-1469057693908", "input" : { "Identity" : "[email protected]", "MailFromDomain" : "bounces.example.com", "BehaviorOnMXFailure" : "UseDefaultValue" }, "output" : null, "title" : "SetIdentityMailFromDomain" } ], "SetIdentityNotificationTopic" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with the specified identity as the Source:", "id" : "setidentitynotificationtopic-1469057854966", "input" : { "Identity" : "[email protected]", "NotificationType" : "Bounce", "SnsTopic" : "arn:aws:sns:us-west-2:111122223333:MyTopic" }, "output" : null, "title" : "SetIdentityNotificationTopic" } ], "SetReceiptRulePosition" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the position of a receipt rule in a receipt rule set:", "id" : "setreceiptruleposition-1469058530550", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "RuleToReposition", "After" : "PutRuleAfterThisRule" }, "output" : null, "title" : "SetReceiptRulePosition" } ], "UpdateAccountSendingEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example updated the sending status for this account.", "id" : "updateaccountsendingenabled-1469047741333", "input" : { "Enabled" : true }, "output" : null, "title" : "UpdateAccountSendingEnabled" } ], "UpdateConfigurationSetReputationMetricsEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Set the reputationMetricsEnabled flag for a specific configuration set.", "id" : "updateconfigurationsetreputationmetricsenabled-2362747741333", "input" : { "ConfigurationSetName" : "foo", "Enabled" : true }, "output" : null, "title" : "UpdateConfigurationSetReputationMetricsEnabled" } ], "UpdateConfigurationSetSendingEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Set the sending enabled flag for a specific configuration set.", "id" : "updateconfigurationsetsendingenabled-2362747741333", "input" : { "ConfigurationSetName" : "foo", "Enabled" : true }, "output" : null, "title" : "UpdateConfigurationSetReputationMetricsEnabled" } ], "UpdateReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example updates a receipt rule to use an Amazon S3 action:", "id" : "updatereceiptrule-1469051756940", "input" : { "RuleSetName" : "MyRuleSet", "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "output" : null, "title" : "UpdateReceiptRule" } ], "VerifyDomainDkim" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example generates DKIM tokens for a domain that has been verified with Amazon SES:", "id" : "verifydomaindkim-1469049503083", "input" : { "Domain" : "example.com" }, "output" : { "DkimTokens" : [ "EXAMPLEq76owjnks3lnluwg65scbemvw", "EXAMPLEi3dnsj67hstzaj673klariwx2", "EXAMPLEwfbtcukvimehexktmdtaz6naj" ] }, "title" : "VerifyDomainDkim" } ], "VerifyDomainIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the domain verification process with Amazon SES:", "id" : "verifydomainidentity-1469049165936", "input" : { "Domain" : "example.com" }, "output" : { "VerificationToken" : "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE" }, "title" : "VerifyDomainIdentity" } ], "VerifyEmailAddress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the email address verification process with Amazon SES:", "id" : "verifyemailaddress-1469048849187", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "VerifyEmailAddress" } ], "VerifyEmailIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the email address verification process with Amazon SES:", "id" : "verifyemailidentity-1469049068623", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "VerifyEmailIdentity" } ] }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "SesException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.ses.model.SesException", "sdkRequestBaseClassName" : "SesRequest", "sdkResponseBaseClassName" : "SesResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy